<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erica's Cat Haven</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f5ebf2; /* Light Magenta Tone */
color: #333; /* Dark Text Color */
margin: 0;
padding: 0;
}
header {
text-align: center;
padding: 2rem;
background-color: #da9fb3; /* Light Magenta Header Background */
color: #fff; /* Light Text Color */
}
section {
max-width: 800px;
margin: 2rem auto;
padding: 1rem;
background-color: #fff; /* White Section Background */
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box Shadow */
}
h1, h2, p {
margin-bottom: 1rem;
}
</style>
</head>
<body>
<header>
<h1>Erica's Cat Haven</h1>
<p>猫の幸せな生活と保護猫についての素敵な世界</p>
</header>
<section>
<h2>About Me</h2>
<p>Welcome to my personal webpage! I'm Erica, and I'm passionate about creating a happy life for cats and promoting the adoption of rescue cats. Join me on this wonderful journey filled with feline love and joy.</p>
</section>
<section>
<h2>My Cat Family</h2>
<p>Currently, I share my home with a delightful group of cats, each with its own unique personality and story. Follow along as we embark on daily adventures and create cherished memories together.</p>
</section>
<section>
<h2>Cat Rescue Advocacy</h2>
<p>Being an advocate for cat rescue is close to my heart. I believe in giving every cat a chance for a loving home. Learn more about the importance of cat rescue and how you can make a positive impact on a feline friend's life.</p>
</section>
<footer>
<p>© 2024 Erica's Cat Haven. All rights reserved.</p>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erica's Cat Haven</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f5ebf2; /* Light Magenta Tone */
color: #333; /* Dark Text Color */
margin: 0;
padding: 0;
}
header {
text-align: center;
padding: 2rem;
background-color: #da9fb3; /* Light Magenta Header Background */
color: #fff; /* Light Text Color */
}
section {
max-width: 800px;
margin: 2rem auto;
padding: 1rem;
background-color: #fff; /* White Section Background */
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box Shadow */
}
h1, h2, p {
margin-bottom: 1rem;
}
</style>
</head>
<body>
<header>
<h1>Erica's Cat Haven</h1>
<p>猫の幸せな生活と保護猫についての素敵な世界</p>
</header>
<section>
<h2>About Me</h2>
<p>Welcome to my personal webpage! I'm Erica, and I'm passionate about creating a happy life for cats and promoting the adoption of rescue cats. Join me on this wonderful journey filled with feline love and joy.</p>
</section>
<section>
<h2>My Cat Family</h2>
<p>Currently, I share my home with a delightful group of cats, each with its own unique personality and story. Follow along as we embark on daily adventures and create cherished memories together.</p>
</section>
<section>
<h2>Cat Rescue Advocacy</h2>
<p>Being an advocate for cat rescue is close to my heart. I believe in giving every cat a chance for a loving home. Learn more about the importance of cat rescue and how you can make a positive impact on a feline friend's life.</p>
</section>
<footer>
<p>© 2024 Erica's Cat Haven. All rights reserved.</p>
</footer>
</body>
</html>