-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (47 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
body {
font-family: verdana;
font-size: 1.0em;
/*background:url(https://cdn2.vox-cdn.com/thumbor/A4_UzDb1DZLVDqcUyT6xiI5f7uw=/cdn0.vox-cdn.com/uploads/chorus_asset/file/3624242/Screen-shot-2015-04-17-at-11.45.00-PM.0.png);*/
}
.jumbotron {
background: url(http://i.ytimg.com/vi/Cp906Bnnr6o/maxresdefault.jpg);
color: #F9F7F8 !important;
}
.jumbotron p {
text-align: center;
}
h1 {
font-size: 2.0em;
/*background-color: #010DF8;*/
/*background:url(http://cc-resort.com/wp-content/uploads/2013/01/grey_background.jpg);*/
margin: 40px;
margin-top: 40px;
padding: 40px;
text-align: center;
color: #F9F7F8 !important;
}
.blakehover{
width: 200px;
height:200px;
display:block;
float: left;
background: url(http://tshirtlegend.com/wp-content/uploads/2013/02/blake-show2.png);
background-size: contain;
}
.blakehover:hover {
/* width: 100px;
height:100px;*/
/* background-image: url(https://pbs.twimg.com/media/BDgBnhrCcAA02RJ.png);
*/
background-image: url(blaker.png);
}
.carousel-inner {
width:500px;
height:350px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 100%;
height: 70%;
margin: auto;
}