-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.34 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lucas' first birthday</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<style>
div {
text-align: center
}
body{
background-repeat: repeat-xy;
background-image: url("confetti.jpeg")
}
.text{
color: black
}
</style>
</head>
<body class="container">
<div class="row" style="background-color: beige; margin-top: 21px;">
<h2 id="guest-name" style=""></h2>
<p class="text">Lucas' first birthday is coming soon!</p>
<p class="text">Come join us at (the restaurant) on (date). <a href="https://goo.gl/maps/4hkHT16SMa2vMz6j7" target="_blank">Direction</a></p>
<div class=""><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ&t=1">RSVP on our Facebook page</a></div>
</div>
<div class="row" style="padding: 7%;">
<img src="https://i.postimg.cc/sxq2tYDb/IMG-2954.jpg"/>
</div>
<script src="index.js"></script>
</body>
</html>