-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsolar.css
More file actions
52 lines (51 loc) · 934 Bytes
/
solar.css
File metadata and controls
52 lines (51 loc) · 934 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
50
51
52
body{
width: 1450px;
margin: 0 auto;
background: #000;
color: #fff;
font: 12px;
font-family: sans-serif;
}
h1{
font-size: 24px;
}
h2{
font-size: 18px;
margin-top: 0 ;
}
a{
color: #fff;
}
a:focus,a:hover{
text-decoration: none;
}
table{
margin-bottom: 10px;
border-spacing: 0;
}
caption{
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
text-align: left;
}
th,
td {
padding: 0 10px 0 0;
text-align: left;
}.planet {
margin: 10px 0;
padding: 20px 20px 20px 200px;
border: 1px solid #FFF;
background-position: 20px 20px;
background-repeat: no-repeat;
}
.jupiter {
background-image: url(/images/jupiter.jpg);
}.saturn {
background-image: url(/images/saturn_carousel_4.jpg);
}.uranus {
background-image: url(/images/uranus.jpg);
}.neptune {
background-image: url(/images/carousel_neptune_1.jpg);
}