-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (54 loc) · 784 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
56
body {
background-color: #fff;
font-family: Helvetica, sans-serif;
font-size: 15px;
line-height: 20px;
margin-left: 20px;
}
h1 {
margin: 60px 0 0 4px;
}
p {
margin: 15px 0 15px 4px;
}
.box {
padding: 10px;
margin: 0 10px 0 0;
display: inline-block;
border-radius: 4px;
background: #e6e9ec;
float: left;
margin: 5px 5px;
height: 200px;
width: 300px;
}
li {
margin: 0 10px 0 0;
padding: 0 5px 3px 3px;
}
h2 {
font-size: 15px;
padding: 0 0 0 10px;
font-style: italic;
color: #141d4d;
}
.box2 {
}
.box3 {
clear:left;
}
.box4 {
}
.footer {
display: block;
height: 30px;
float: left;
clear: left;
width: 100%;
margin: 30px 0 0 0;
background: #2d3354;
color: #9395a1;
font-size: 12px;
padding: 10px;
font-style: italic;
}