-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (47 loc) · 1 KB
/
style.css
File metadata and controls
58 lines (47 loc) · 1 KB
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
body{
background-color: whitesmoke;
padding-bottom: 70px;
}
.jumbotron{
background: #000 url("coastline.jpg") no-repeat center center;
background-size: cover;
height: 350px;
color: white;
margin-bottom:0;
}
.container-fluid{
background: darkslategrey;
margin: 0px 0px 20px 0px;
padding-top: 30px;
padding-bottom: 30px;
height: 250px;
}
h1{
font-family: 'Shrikhand', cursive;
color: #000;
}
h2, p{
font-family: 'Sumana', serif;
color: whitesmoke;
}
.headshot{
border-radius: 50%;
height: 180px;
width: 180px;
}
img:hover{
opacity: 0.65;
}
.thumbnail {
background-color: transparent;
border: transparent;
box-shadow: transparent;
border-radius:0;
height: 225px;
}
ul{
background-color: darkslategrey;
font-family:font-family: 'Sumana', serif;
color: whitesmoke;
height: 50px;
}