-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirst.css
More file actions
executable file
·49 lines (38 loc) · 777 Bytes
/
Copy pathfirst.css
File metadata and controls
executable file
·49 lines (38 loc) · 777 Bytes
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
*{
background-color: rgba(11, 238, 132, 0.664);
text-align: center;
}
h1{
text-align: center;
color: rgba(207, 63, 26, 0.849);
background-color: rgba(180, 52, 219, 0.692);
text-transform: capitalize;
}
h2#one{
background-color: rgba(235, 213, 14, 0.815);
font-size: 25px;
font-style: italic;
color: rgb(224, 24, 9);
text-align: center;
}
li em{
font-style: inherit;
font-weight: 500;
list-style-type: square;
list-style: georgian;
size: 20%;
}
li{
list-style: square;
text-align: center;
}
li[class="a"]{
color: rgb(6, 131, 131);
size: 300%;
list-style: upper-alpha;
font-family: 'Mochiy Pop One', sans-serif;
}
li[class~=b]{
color: yellow;
size: 20px;
}