-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
executable file
·66 lines (55 loc) · 1.25 KB
/
home.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
/*
* Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body {
/*margin-top: 50px; Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.image-bg-fluid-height,
.image-bg-fixed-height {
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.image-bg-fluid-height {
background: url('picture_1.jpg') no-repeat center center scroll;
height: 500px;
}
.image-bg-fixed-height {
background: url('picture_2.jpeg') no-repeat center center scroll;
height: 600px;
background-size: 900px;
}
.img-center {
margin: 0 auto;
}
section {
padding: 50px 0;
}
.section-heading {
margin: 30px 0;
font-size: 4em;
text-align:center;
}
.section-lead {
margin-bottom: 80px 0;
text-align:center;
}
.section-paragraph {
margin: 30px 0;
}
footer {
margin: 50px 0;
}
@media(max-width:768px) {
section {
padding-top: 25px;
padding-bottom: 25px;
}
.section-heading {
font-size: 2em;
}
}