-
Notifications
You must be signed in to change notification settings - Fork 0
/
starter-template.css
55 lines (44 loc) · 1.3 KB
/
starter-template.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
html {
font-size: 1rem;
}
@media (min-width: 768px) {
html {
font-size: 1.1rem;
}
}
@media (min-width: 1200px) {
html {
font-size: 1.2rem;
}
}
.container-fluid {
padding-top: 56px;
}
div#usContainer {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("atlanta.jpg") center center;
}
div#ourStoryContainer {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("atlanta.jpg") center center;
}
div#whenAndWhereContainer {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("seattle.jpg") center center;
}
div#registryContainer {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("amazon.jpg") center center;
}
div#rsvpContainer {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("wedding.jpg") center center;
}
div#usContainer, div#ourStoryContainer, div#whenAndWhereContainer, div#registryContainer, div#rsvpContainer {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 50em;
}
div#usContainer > div {
margin: auto;
}
h2 {
padding-top: 56px;
}