-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-stylesheet.css
74 lines (59 loc) · 1015 Bytes
/
index-stylesheet.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
body {
padding-top: 65px;
font-family: 'Raleway', sans-serif;
}
#first {
background-image: url("imgs/20150222_125330.jpg");
background-size: cover;
}
.backdrop {
padding: 5%;
margin-top: 5%;
margin-bottom: 5%;
background-color: rgba(0,0,0,0.4);
/*opacity: 0.6;*/
color: whitesmoke;
text-align: center;
border-radius: 5px;
}
#jessie {
margin-top: 20px;
margin-left: 20px;
opacity: .8;
border-radius: 5px;
}
#summary {
opacity: .8;
}
.blog {
background-color: black;
color: whitesmoke;
opacity: .9;
/*height: 504px;*/
}
#blog{
padding-top: 65px;
}
#blog-list {
padding-top: 50px;
}
#projects {
background-image: url("imgs/20150222_124638.jpg");
background-size: cover;
/*background-color: rgba(74,115,152,1);*/
/*height: 504px;*/
padding-top: 65px;
}
#about {
/*height: 504px;*/
padding-top: 70px;
padding-left: 70px;
}
#about-text {
padding: 50px;
}
/*#resume {
background-color: black;
text-align: center;
color: whitesmoke;
}*/