-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (57 loc) · 1.08 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
58
59
60
61
62
63
64
body, h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
}
h1 {
font-size: 28px;
font-weight: 300;
}
.center {
position: absolute;
left: 50%;
top: 30%;
margin-left: -260px;
margin-top: 0px;
}
.home-style {
background-color: black;
opacity: 0.85;
}
.home-header {
position: absolute;
left: 50%;
padding-top: 10px;
padding-left: 10px;
padding-right: 0px;
padding-bottom: 20px;
margin-left: -300px;
margin-top: 10px;
background-color: white;
opacity: 0.85;
width: 600px;
height: 85px;
font-size: 48px;
font-weight: 300;
}
.highlight {
background-color: blue;
}
.rsvp-style {
background-color: white;
color: black;
opacity: 0.85;
margin-top: -70px;
}
@media (min-width: 1200px) {
.container{
background: none;
max-width: 1030px;
}
}
html {
background: url('1280px-Crimea_Kanaka_Pebble_beach.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}