29 lines
635 B
HTML
29 lines
635 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Rylee's Page</title>
|
|
<style>
|
|
body {
|
|
background-color: lightpink;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Rylee's Page</h1>
|
|
<marquee>
|
|
<h1 style="color: red;">R</h1>
|
|
<h1 style="color: orange;">Y</h1>
|
|
<h1 style="color: yellow;">L</h1>
|
|
<h1 style="color: green;">E</h1>
|
|
<h1 style="color: blue;">E</h1>
|
|
</marquee>
|
|
<img src="uni.webp" height="200">
|
|
<img src="rainbow.png" height="200">
|
|
<img src="rainbow2.jpg" height="200">
|
|
<p>I like rainbows</p>
|
|
<a href="index.html">Tuckers Page</a>
|
|
</body>
|
|
|
|
</html> |