Untitled
unknown
plain_text
2 years ago
2.1 kB
8
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SlimeWorld - Make Your Own Slime!</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f3f3f3;
color: #333;
}
header {
background-color: #63a1ff;
padding: 20px;
text-align: center;
color: #fff;
}
h1, h2 {
margin-bottom: 10px;
}
section {
padding: 20px;
margin: 20px;
background-color: #fff;
border-radius: 5px;
}
footer {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Welcome to SlimeWorld!</h1>
<h2>Learn how to make your own slime</h2>
</header>
<section>
<h2>About Me</h2>
<p>Hello, I'm SlimeWorld! I'm passionate about making slime and sharing my creations with the world.</p>
<h2>How to Make Slime</h2>
<p>Here are the basic steps to make your own slime:</p>
<ol>
<li>Gather your ingredients: glue, water, borax (or contact lens solution and baking soda), and any additional mix-ins (glitter, food coloring, etc.).</li>
<li>Mix the glue and water together in a bowl.</li>
<li>In a separate bowl, mix the borax with water (or mix the contact lens solution with baking soda).</li>
<li>Slowly add the borax solution to the glue mixture, stirring continuously until the slime forms.</li>
<li>Knead the slime with your hands until it reaches the desired consistency.</li>
<li>Add any mix-ins and enjoy your homemade slime!</li>
</ol>
</section>
<footer>
<p>Created by SlimeWorld - © 2024</p>
</footer>
</body>
</html>
Editor is loading...
Leave a Comment