-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.css
54 lines (50 loc) · 776 Bytes
/
about.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
body{
background-color: #4d0000;
}
.full{
padding: 5px 250px 10px 250px;
}
.inline{
display: inline;
}
.navi{
padding: 10px 250px 10px 250px;
background-color: #1a0000;
height:60px;
}
.about{
padding: 10px 250px 10px 250px;
background-color: #66ffff;
float: right;
}
.vnav{
height: 100%;
list-style-type: none;
padding: 8px 16px;
width: 200px;
background-color: #f1f1f1;
background-color: #80b3ff;
}
.vnav a{
text-decoration: none;
}
.content{
float: right;
border-color: white;
}
nav ul{
display: inline;
padding: 0px;
}
nav ul li{
display: inline-block;
list-style-type: none;
color: white;
float: left;
margin-top: 14px;
}
nav ul li a{
color: white;
text-decoration: none;
margin-right: 30px;
}