-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (48 loc) · 918 Bytes
/
style.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
.header {
background-color: #666666;
align-items: center;
text-align: center;
font-size: 50px;
padding: 30px;
font-weight: bold;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.main {
display: -webkit-box;
}
.sidebar{
width: 25%;
height: 300px;
background-color: #CCCCCC;
text-align: center;
padding-right: 20px;
}
.rightpane {
width: 75%;
height: 300px;
background-color: #F1F1F1;
display: -webkit-box;
font-family: Arial, Helvetica, sans-serif;
}
.footer {
align-items: center;
text-align: center;
font-size: medium;
background-color: #777777;
padding: 25px;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.image {
padding-left: 50px;
padding-top: 10px;
margin-bottom: 8px;
}
.padding-22-18 {
padding: 22px 18px;
}
.h78-w135 {
height: 78px;
width: 135px;
}