-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (71 loc) · 1.17 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.jumbotron {
margin: 10px 10px;
border-radius: 6px;
text-align: center;
background-color: #273043;
color: #DD0426;
font-family: comic-sans;
}
label {
font-family: comic-sans;
}
nav {
margin: 10px 10px;
background-color: #F02D3A;
}
body {
background-color: #9197AE;
}
p{
font-family: comics-sans;
}
.caption {
font-family: comic-sans;
}
h2 {
color: #273043;
}
#me {
text-align: center;
}
footer ul{
text-align: center;
}
footer li {
display: inline;
}
#cricket {
background-image: url("http://firestarterpeople.co.uk/wp-content/uploads/Cricket.jpg");
background-size: cover;
}
.copyright {
color: grey;
}
.img-circle {
height: 300px;
width: 300px;
}
#lastimg {
text-align: center;
}
.bottomImage {
margin: auto;
}
video {
width: 100%;
height: auto;
}
#skydiving {
background-image: url("https://s-media-cache-ak0.pinimg.com/736x/59/f8/91/59f89165ee0d85ef8d46813abbd7a805--skydiving-g-dragon.jpg");
background-size: cover;
}
#coding {
background-image: url("http://d3i6fh83elv35t.cloudfront.net/newshour/wp-content/uploads/2015/03/coding.jpg");
background-size: cover;
}
.hobby {
height: 600px;
color: white;
text-align: center;
margin: auto;
}