-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
66 lines (49 loc) · 829 Bytes
/
main.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
@import url(http://fonts.googleapis.com/css?family=Exo+2);
body {
margin: 0;
padding: 0;
font-family: 'Exo 2', sans-serif;
}
body * {
vertical-align: top;
}
.container {
display: inline-block;
width: 850px;
margin-left: 100px;
margin-right: 100px;
}
.header {
background-color: rgb(24, 54, 76);
}
.header h1 {
color: rgb(244, 124, 76);
font-size: 66px;
text-align: left;
height: 40px;
padding-top: 30px;
}
.header h3 {
color: rgb(244, 124, 76);
font-size: 28px;
}
.main {
display: inline-block;
font-size: 18px;
}
.main h1 {
height: 22px;
}
.sidebar {
display: inline-block;
background-color: rgb(244, 124, 76);
font-size: 24px;
width: 168px;
height: 601px;
padding-left: 32px;
padding-right: 0px;
padding-top: 20px;
margin-top: 32px;
margin-bottom: 32px;
margin-left: 20px;
}