Jujusu kaisen

This is a jujustu kaisen
mail@pastecode.io avatar
unknown
plain_text
4 days ago
1.6 kB
2
Indexable
Never
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Skibidi Land</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f4f4f4;
        }
        header {
            text-align: center;
            padding: 20px;
            background-color: #333;
            color: white;
        }
        section {
            margin: 20px 0;
            padding: 20px;
            background-color: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        h1, h2 {
            margin: 0;
        }
        footer {
            text-align: center;
            padding: 10px;
            background-color: #333;
            color: white;
            position: relative;
            bottom: 0;
            width: 100%;
        }
    </style>
</head>
<body>
    <header>
        <h1>Welcome to Skibidi Land</h1>
        <h2>Funny and Kind-Hearted</h2>
    </header>
    <section>
        <h2>About Me</h2>
        <p>Hello! I'm Skibidi Land, a person who values kindness and humor in every aspect of life. I believe laughter is the best medicine!</p>
    </section>
    <section>
        <h2>Favorite Anime</h2>
        <p>One of my all-time favorites is Jujutsu Kaisen. I love its thrilling story and unique characters. It never fails to entertain!</p>
    </section>
    <footer>
        <p>&copy; 2024 Skibidi Land</p>
    </footer>
</body>
</html>
Leave a Comment