<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>A Pen by Isaac</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head>
<title>home page</title>
</head>
<body>
<div class="title"><h1>Welcome to the random website</h1></div>
<font size="5"><ul>
<li><a href="https://s.codepen.io/--MEMER--/debug/LQjEXy/wQMPoZXJEZGk">Home</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/GQrjqe/bYAdyGwVVdVk">Tacky Thursday</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/PQGGZq/bYMdyGwVVjJr">Terrific Tuesday</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/yvJaLP/GnAnbVxGGEOA">Magnificent Monday</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/XVyxEy/mWMoNbJGGmpk">Group project</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/xYGprg/yYMyLDGzznDk">Do u know da way</a></li>
<li><a href="https://s.codepen.io/--MEMER--/debug/BJOvGQ/RBAOJenxxYqr">MEMES</a></li>
</ul></font>
<font size="4"><p>There isn't much to it besides some projects and fun website and besides that doesn't have much purpose bedides getting a decent grade so yeah.</p></font>
<img src="https://finishyourthesis.com/fyt-wpcontent/uploads/2014/12/confused-student-cartoon.png" style="float:right;">
<img src="https://i.pinimg.com/736x/b8/bd/06/b8bd06ff5e0a4a12a7c5c0b4b3c64ef6--college-stress-college-life.jpg" height="200">
<h3> When you are a freshy in highschool</h3>
<h4> A poem about school</h4>
<pre>Oh highschool
Please no more
I gave up on
you already
From, Isaac
</pre>
<img
</body>
</html>
</body>
</html>
/*Downloaded from https://www.codeseek.co/--MEMER--/a-pen-by-isaac-LQjEXy */
.title{
text-align: center;
color: rgb(52, 59, 190);
}
body{
background-color: rgb(0, 178, 118);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color:rgb(255, 115, 118);
overflow: hidden;
border: 3px solid rgb(255, 255, 255);
}
li{
display: inline;
border-right: 10px solid white;
}
li a{
text-align: center;
text-decoration: none;
}
li a:hover{
background-color:rgb(250, 90, 90);
}
p {
text-indent: 50px;
color: rgb(100, 0, 255)
}
h3, h4, pre{
text-align: center;
color: rgb(52, 59, 190);
padding-bottom: 20px;
}