Began fixing my website
This commit is contained in:
parent
500fa84907
commit
c71cb039e8
4 changed files with 51 additions and 30 deletions
BIN
cat.jpg
BIN
cat.jpg
Binary file not shown.
Before Width: | Height: | Size: 84 KiB |
59
index.html
59
index.html
|
@ -1,32 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Alex is the fricking best!</title>
|
||||
<title>Welcome to Noololly's site</title>
|
||||
<head>
|
||||
<style>
|
||||
.alex{
|
||||
body {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #ec9df5;
|
||||
background-color: black;
|
||||
}
|
||||
/* Heading CSS */
|
||||
.heading_container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 20;
|
||||
}
|
||||
.heading {
|
||||
color: #ec9df5;
|
||||
font-size: 32px;
|
||||
margin: 0;
|
||||
}
|
||||
.image {
|
||||
vertical-align: left;
|
||||
height: 50px;
|
||||
margin-left: 20px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
/* Body CSS */
|
||||
.body_container {
|
||||
margin-top: 50px;
|
||||
margin-left: 50px;
|
||||
color: white;
|
||||
border: solid black;
|
||||
padding: 0px;
|
||||
font: brush-script-mt
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
var alex = "The Best";
|
||||
if(alex == "The Best"){
|
||||
alert("that alex is the best!!");
|
||||
}
|
||||
while(true){
|
||||
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
|
||||
}
|
||||
</script>
|
||||
<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="alex">
|
||||
<p>Alex is the best!!</p>
|
||||
<img src="milk.jpg" width=1900px height=200px>
|
||||
<img src="cat.jpg" width = 1900px height = 200px>
|
||||
<iframe src="https://giphy.com/embed/lgcUUCXgC8mEo" width="360" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
|
||||
<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>
|
BIN
milk.jpg
BIN
milk.jpg
Binary file not shown.
Before Width: | Height: | Size: 926 KiB |
BIN
pfp.jpg
Normal file
BIN
pfp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Add table
Reference in a new issue