-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwedding.css
More file actions
68 lines (66 loc) · 1.21 KB
/
wedding.css
File metadata and controls
68 lines (66 loc) · 1.21 KB
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
/*Midnight Blue = #003366,Cyan = #00ffff*/
body {
position: relative;
}
#welcome {
padding-top:50px;
height:50vh;
color: #00ffff;
background-color: #fff;
text-align: center;
background-image: url('./img/chapel.jpg'), url('./img/popinn.jpg');
background-position: left top, right;
background-repeat:no-repeat, no-repeat;
background-size:25vh,25vh;
background-attachment: fixed;
width: 100%;
overflow: hidden;
}
#aboutus {
padding-top:50px;
height:50vh;
color: #fff;
background-color: #003366;
text-align: left;
}
#location {
padding-top:50px;
height:50vh;
color: #000;
background-color: #fff;
text-align: center;
}
#accomadations {
padding-top:50px;
height:50vh;
color: #fff;
background-color: #003366;
}
#registry {
padding-top:50px;
height:50vh;
color: #000;
background-color: #fff;
}
h1{
width: 100vw;
color: 00ffff;
text-align: center;
}
h2{
text-align: left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: auto;
margin: auto;
overflow: hidden;
height: auto;
}
.carousel-caption{
color: #00ffff;
font-size: 2vw;
}
.carousel-caption h3{
font-size: 3vw;
}