-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplanets.css
More file actions
48 lines (37 loc) · 780 Bytes
/
Copy pathplanets.css
File metadata and controls
48 lines (37 loc) · 780 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
body {
font-family: 'Times New Roman', Times, serif;
font-size:x-large;
background-image:url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Solar_System_true_color_%28captions%29.jpg/900px-Solar_System_true_color_%28captions%29.jpg");
background-repeat:no-repeat;
background-size: cover;
color: white;
}
#firstDiv {
margin: 80px;
border: 8px double black;
padding: 30px;
}
#secondDiv {
margin: 80px;
border: 8px double black;
padding: 30px;
}
#orderedList {
list-style-type:lower-roman;
list-style-position:inside;
}
#unorderedList {
list-style-type:square;
}
.item:link {
color: yellow;
}
.item:visited {
color: green;
}
.item:hover {
color: white;
}
.item:active {
color: aqua;
}