-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (58 loc) · 1.13 KB
/
style.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
section{
width: 100vw;
height: 100vh;
text-align: center;
text-transform:uppercase;
}
section:nth-child(1){
background: pink;
color: black;
}
section:nth-child(2){
background: rgb(219, 198, 201);
color: black;
}
section:nth-child(3){
background: rgb(125, 134, 190);
color: black;
}
section:nth-child(4){
background: rgb(212, 37, 125);
color: black;
}
section:nth-child(5){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(6){
background: rgb(125, 134, 190);
color: black;
}
section:nth-child(7){
background: rgb(219, 198, 201);
color: black;
}
section:nth-child(5){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(11){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(8){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(9){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(12){
background: rgb(89, 206, 137);
color: black;
}
section:nth-child(13){
background: rgb(89, 206, 137);
color: black;
}