-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (60 loc) · 1.11 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
background-image: url("img/earth.PNG");
background-repeat: no-repeat;
background-size: 100% 460%;
margin-left: auto;
margin-right: auto;
color: lightgoldenrodyellow;
font-family:'Courier New', Courier, monospace;
font-size: small;
}
#earth {
margin-left: 500px;
}
#planet {
margin-left: 300px;
margin-right: 300px;
font-size:small;
}
p {
margin-top: 10px;
margin-bottom: 3px;
}
.hidden {
display: none;
}
button {
cursor: pointer;
font-family:'Courier New', Courier, monospace;
font-size: small;
}
a:link {
color:rgb(250, 157, 157);
}
a:visited {
color:rgb(189, 219, 243);
}
.rainbow-letters span:nth-child(10n + 1) {
color: #eddf4b;
}
.rainbow-letters span:nth-child(10n + 2) {
color: #4caf50;
}
.rainbow-letters span:nth-child(10n + 3){
color: #00bcd4;
}
.rainbow-letters span:nth-child(10n + 5){
color: #2196f3;
}
.rainbow-letters span:nth-child(10n + 4) {
color: #fa81f6;
}
.rainbow-letters span:nth-child(10n + 6){
color: #00bcd4;
}
.rainbow-letters span:nth-child(10n + 7){
color: #4caf50;
}
.rainbow-letters span:nth-child(10n + 8){
color: #ffc107;
}