-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
74 lines (65 loc) · 1.03 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
html,
body {
font-family: "Lato", sans-serif;
background-color: grey;
/* color: indigo; */
}
#logo-text,
#logo-text2 {
color: lightcoral;
}
.main-text,
.secondary-text,
.secondary-text2,
.secondary-text4 {
color: indigo;
}
.asd {
background-color: khaki;
}
/* .div_c h1 {
color: lightcyan;
} */
h2 {
color: #ff00ff;
border: 2px solid black;
margin: auto;
}
p {
color: hsl(174, 72%, 56%);
background-color: rgb(255, 99, 71);
padding: 20px 10px 5px 1px;
/* margin: 20px 10px 5px 1px; */
border: 2px solid black;
width: 50%;
margin-left: auto;
margin-right: auto;
}
span {
color: yellow;
font-weight: 900;
text-transform: lowercase;
text-decoration: line-through;
font-size: 10px;
margin-left: auto;
display: block;
}
a[href="https://google.com"],
a[href="https://microsoft.com"]
{
color: green;
}
a[href="https://facebook.com"]:visited
{
color: limegreen;
}
.input_place {
height: 30px;
border-radius: 5px;
}
.input_place:focus {
font-size: 24px;
}
.hover_me:visited {
color: lightpink;
}