-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (77 loc) · 1.16 KB
/
Copy pathstyle.css
File metadata and controls
77 lines (77 loc) · 1.16 KB
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
76
77
/*CSS reset settings here*/
*{
margin: 0px;
padding: 0px;
}
a{
color: #63D4DF;
}
#wrapper{
width: 970px;
height: 585px;
margin: 10px;
background-color: #1B335D;
padding: 10px 0px 0px 0px;
}
#header{
width: auto;
height: 50px;
margin: 10px;
background-color: #CF3036;
border-radius: 10px;
color: #C2D6EC;
padding: 10px 0px 0px 20px;
}
#navbar{
height:170px;
width: 130px;
margin: 10px;
border-radius: 20px;
background-color: #2A7D8C;
display: inline-block;
vertical-align: top;
font-size: 12px;
padding:15px;
}
.ind1{
margin-left: 15px;
/*font-size: 12px;*/
}
.ind2{
margin-left: 30px;
}
#mainbody{
height:400px;
width: 735px;
margin: 10px;
border-radius: 20px;
background-color: #0E1822;
display: inline-block;
padding: 15px;
color: #C2D6EC;
}
#mainbody p{
margin: 5px 0px 0px 0px;
font-size: 12px;
}
#mainbody li{
margin: 15px;
font-size: 12px;
}
span{
color: #8293FA;
}
#footer {
width: auto;
height: 30px;
margin: 10px;
background-color: #5D6673;
border-radius: 10px;
color: #C2D6EC;
padding: 0px 0px 0px 20px;
font-size: 11px;
}
#footer p{
vertical-align: middle;
line-height: 30px;
}