Skip to content

Commit 4830604

Browse files
authored
Update mattcsmith.html
1 parent f5b1f2b commit 4830604

File tree

1 file changed

+64
-60
lines changed

1 file changed

+64
-60
lines changed

Diff for: submissions/mattcsmith.html

+64-60
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,82 @@
11
<!DOCTYPE html>
22
<html>
3-
<styles>
3+
<style>
44
body {
5-
background: url("https://myzoomwedding.com/wp-content/uploads/2020/04/photo-of-floral-arch-during-daytime-2788494-2-1020x600.jpg");
6-
background-repeat: no-repeat;
7-
background-size: cover;
8-
margin: 0 !important;
9-
}
5+
background:
6+
url("https://myzoomwedding.com/wp-content/uploads/2020/04/photo-of-floral-arch-during-daytime-2788494-2-1020x600.jpg");
7+
background-repeat: no-repeat;
8+
background-size: cover;
9+
margin: 0 !important;
10+
}
1011

11-
section {
12-
background-color: rgba(0, 0, 0, 0.527);
13-
height: 100vh;
14-
}
12+
section {
13+
background-color: rgba(0, 0, 0, 0.527);
14+
height: 100vh;
15+
}
1516

16-
.title {
17-
text-align: center;
18-
padding: 150px 0;
19-
color: #fff;
20-
}
17+
.title {
18+
text-align: center;
19+
padding: calc(50vh - 250px) 0;
20+
color: #fff;
21+
}
2122

22-
.title h1 {
23-
font-size: 80px;
24-
letter-spacing: 8px;
25-
font-family: "Great Vibes", cursive;
26-
margin: 0;
27-
}
23+
.title h1 {
24+
font-size: 80px;
25+
letter-spacing: 8px;
26+
font-family: "Great Vibes", cursive;
27+
margin: 0;
28+
}
2829

29-
.title h2 {
30-
font-family: "Open Sans", sans-serif;
31-
font-size: 26px;
32-
margin: 0 auto;
33-
/* margin-top: 13px; */
34-
/* padding: 5px 0; */
30+
.title h2 {
31+
font-family: "Open Sans", sans-serif;
32+
font-size: 26px;
33+
margin: 0 auto;
34+
/* margin-top: 13px; */
35+
/* padding: 5px 0; */
3536

36-
color: rgb(219, 217, 217);
37-
width: fit-content;
38-
letter-spacing: 5px;
39-
padding-left: 5px;
40-
text-align: center;
41-
text-transform: uppercase;
42-
}
37+
color: rgb(219, 217, 217);
38+
width: fit-content;
39+
letter-spacing: 5px;
40+
padding-left: 5px;
41+
text-align: center;
42+
text-transform: uppercase;
43+
}
4344

44-
.borders {
45-
width: fit-content;
46-
text-align: center;
47-
margin: 15px auto;
48-
border-top: 1px solid rgba(194, 191, 191, 0.411);
49-
border-bottom: 1px solid rgba(194, 191, 191, 0.411);
50-
}
45+
.borders {
46+
width: fit-content;
47+
text-align: center;
48+
margin: 15px auto;
49+
border-top: 1px solid rgba(194, 191, 191, 0.411);
50+
border-bottom: 1px solid rgba(194, 191, 191, 0.411);
51+
}
52+
53+
.updates {
54+
position: absolute;
55+
bottom: 0px;
56+
margin: 0;
57+
width: 100%;
58+
padding: 10px 0;
59+
background-color: rgba(0, 0, 0, 0.89);
60+
text-align: center;
61+
font-family: "Open Sans Condensed", sans-serif;
62+
color: #fff;
63+
color: rgb(219, 217, 217);
64+
letter-spacing: 3px;
65+
}
66+
</style>
5167

52-
.updates {
53-
position: absolute;
54-
bottom: 0px;
55-
margin: 0;
56-
width: 100%;
57-
padding: 10px 0;
58-
background-color: rgba(0, 0, 0, 0.89);
59-
text-align: center;
60-
font-family: "Open Sans Condensed", sans-serif;
61-
color: #fff;
62-
color: rgb(219, 217, 217);
63-
letter-spacing: 3px;
64-
}
65-
</styles>
6668
<body>
67-
<section>
69+
<section>
6870
<div></div>
6971
<div class="title">
70-
<h1>Fred & Wilma</h1>
71-
<div class="borders"><h2>Are getting married in 2025</h2></div>
72+
<h1>Fred & Wilma</h1>
73+
<div class="borders">
74+
<h2>Are getting married in 2025</h2>
75+
</div>
7276
</div>
7377
<p class="updates">Check back soon for updates!</p>
74-
</section>
75-
78+
</section>
79+
7680
</body>
7781

7882
</html>

0 commit comments

Comments
 (0)