-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (51 loc) · 1 KB
/
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
@font-face {
font-family: "Source Sans Pro";
src: url(resources/fonts/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Source Sans Pro Bold";
src: url(resources/fonts/SourceSansPro-Bold.ttf) format("truetype");
}
body{
background: #fafafa;
color:#333;
line-height: 35px;
font-family: "Source Sans Pro";
letter-spacing: normal;
}
.profile-pic{
width: 250px;
margin:15px auto !important;
border-radius: 100%;
overflow: hidden;
display: block;
}
.profile-pic img{
width: 100%;
}
.build .fragment, .build .fragment-fixed{
width: 30%;
display: inline-block;
margin-right: 50px !important;
}
.examples h2{
line-height: 60px;
}
h1,h2{
text-transform: uppercase;
font-family: "Source Sans Pro Bold" !important;
}
h1{
font-size: 60px !important;
line-height: 65px !important;
}
h2{
font-size: 45px !important;
}
h3{font-size: 30px !important;}
h4{font-size: 20px !important;}
p{
font-size: 40px !important;
padding-top: 50px !important;
display: block !important;
}