forked from adhorrig/coderdojo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (48 loc) · 695 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
57
58
59
60
ul {
list-style-position: inside;
}
h5 {
display: inline-block;
}
li{
margin-bottom: 5%;
list-style-type: none;
}
body {
font-family: 'Lato', sans-serif;
font-weight: 300;
background: #fff;
padding: 0;
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
width: 100%;
}
.green{
color:#49b749
}
.blue{
color:#0093d5;
}
.jumbotron img{
width:250px;
}
.jumbotron{
background-color: #f9f9f9;
}
.content span{
margin-right: 2.5%;
}
.glyphicon {
font-size: 25px;
}
li span{
vertical-align: middle;
}
li a{
vertical-align: middle;
}
.content h4{
padding-bottom: 3%;
}