-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
78 lines (63 loc) · 959 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
text-align:center;
font-family: Montserrat;
font-weight: 300;
}
h1 {
font-family: Josefin Slab;
letter-spacing: 1.6rem;
font-size: 4.5rem;
margin-top: 35px;
margin-bottom: 20px;
}
#middle {
margin: 0 8%;
}
#nav a{
color: rgb(84, 84, 86);
}
#photoheader {
width: 100%;
height: 100%;
background: url(https://images.pexels.com/photos/7919/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
background-size: cover;
background-position: center;
padding-top: 20%;
padding-bottom: 20%;
margin-top: 2%;
margin-bottom: 5%;
}
.container {
height: 500px;
}
.row img {
width: 75%;
}
#about {
font-size: 16px;
}
#about h2 {
font-family: Josefin Slab;
font-size: 40px;
}
.thumbnail {
height: 500px;
}
img {
margin-top: 15px;
}
#bigphone {
margin-top: 0px;
width:45%;
}
hr {
margin: 5% 0;
}
#projects {
font-family: Josefin Slab;
font-size: 50px;
margin-bottom: 50px;
}
h3 {
font-family: Raleway;
}