-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
61 lines (46 loc) · 849 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
60
61
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3 {
font-weight: 300;
}
ul {
list-style: none;
}
.splash {
background: url(images/background-1000x748px.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
width: 100%;
color: white;
text-align: center;
text-transform: uppercase;
}
.splash h3 {
color: rgba(255, 255, 255, .75);
}
.splash h1,
.splash h3 {
margin: 0;
}
.social-list li {
display: inline-block;
}
.social-list img {
height: 60px;
}
.linkedin-icon {
margin-left: 10px;
}
.portrait {
border-radius: 125px;
height: 250px;
width: 250px;
margin: 20vh 0 0 0;
}