forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull-width-pics.css
More file actions
56 lines (44 loc) · 831 Bytes
/
Copy pathfull-width-pics.css
File metadata and controls
56 lines (44 loc) · 831 Bytes
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
body {
margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}
.full-width-image-1 {
background: url(http://lorempixel.com/g/1920/500/) no-repeat center center;
background-size: cover;
text-align: center;
padding: 100px 0;
}
.full-width-image-2 {
background: url(http://lorempixel.com/g/1920/450/) no-repeat center center;
background-size: cover;
text-align: center;
height: 450px;
}
.logo-wrapper {
display: inline-block;
}
.section {
padding-top: 75px;
padding-bottom: 75px;
}
.section-heading {
font-size: 4em;
margin: 30px 0;
}
.section-lead {
margin: 30px 0;
}
.section-paragraph {
margin: 30px 0;
}
footer {
margin: 50px 0;
}
@media (max-width: 768px) {
.section-heading {
font-size: 2em;
}
.section {
padding-top: 25px;
padding-bottom: 25px;
}
}