Added some links, removed unnecessary images, removed static fog

This commit is contained in:
2025-05-11 19:19:06 +01:00
parent 8e1839e7a9
commit ca2c4fe969
27 changed files with 44 additions and 15 deletions

33
movie-night.html Normal file
View File

@@ -0,0 +1,33 @@
<!doctype html>
<html lang="en">
<style>
body {
background-image: url('assets/img/popcorn.jpg');
background-size: 100%;
}
div {
background-color: #9275cc;
border: 2px solid white;
width: 60%;
position: fixed;
inset: 0px;
margin: auto;
opacity: 85%;
}
p1 {
text-align: center;
width: 50%;
}
</style>
<head>
</head>
<body>
<div>
<p1>Hello there! So you would like to join us for our weekly movie night? Please follow the instructions below to get everything setup!</p1>
</div>
</body>
</html>