Began fixing my website

This commit is contained in:
Olly de Georgio 2025-01-03 17:13:44 +00:00
parent 500fa84907
commit c71cb039e8
4 changed files with 51 additions and 30 deletions

BIN
cat.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View file

@ -1,32 +1,53 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<title>Alex is the fricking best!</title> <title>Welcome to Noololly's site</title>
<head> <head>
<style> <style>
.alex{ body {
background-color: black; height: 100%;
color: white; padding: 0;
border: solid black; margin: 0;
padding: 0px; color: #ec9df5;
font: brush-script-mt background-color: black;
} }
</style> /* Heading CSS */
<script> .heading_container {
var alex = "The Best"; display: flex;
if(alex == "The Best"){ align-items: center;
alert("that alex is the best!!"); margin-top: 20;
} }
while(true){ .heading {
setTimeout(() => {alert("I'm never gonna give you up");}, 60000); color: #ec9df5;
} font-size: 32px;
</script> margin: 0;
</head> }
<body> .image {
<div class="alex"> vertical-align: left;
<p>Alex is the best!!</p> height: 50px;
<img src="milk.jpg" width=1900px height=200px> margin-left: 20px;
<img src="cat.jpg" width = 1900px height = 200px> margin-right: 25px;
<iframe src="https://giphy.com/embed/lgcUUCXgC8mEo" width="360" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe> }
</div>
</body> /* Body CSS */
.body_container {
margin-top: 50px;
margin-left: 50px;
color: white;
font-size: 20px;
}
</style>
<div class="heading_container">
<img class="image" src="pfp.jpg" alt="Noololly's profile picture"/>
<p class="heading">Welcome to Noololly's site</p>
</div>
</head>
<body>
<div class="body_container">
<span style="white-space: pre-line">Hello! Welcome to my website. I have no clue what you are doing here, unless I have you my URL for some reason or another.
All are welcome here, so feel free to make yourself comfortable in my 2 webpages
</span>
</div>
</body>
</html> </html>

BIN
milk.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 KiB

BIN
pfp.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB