Untitled
unknown
plain_text
2 years ago
1.2 kB
9
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leon's Personal Webpage</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px;
}
h1 {
font-size: 2em;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
p {
font-size: 1.2em;
}
</style>
</head>
<body>
<header>
<h1>Leon</h1>
</header>
<div class="container">
<h2>About Me</h2>
<p>
I'm 16 years old and I live in London, UK. My passion lies in STEM subjects, especially biology, which is my personal favorite. I love to learn and feed my curiosity.
</p>
</div>
</body>
</html>Editor is loading...