Qwen ai 2.5-Max 18-2-2568 by Vorapat & Orachorn




Boldness and Beauty beDroom


 Boldness and Beauty lingroom


Boldness and Beauty lingroom


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Boldness and Beauty Living Room</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
            color: #333;
        }
        header {
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 20px;
            text-align: center;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80vh;
        }
        .content {
            text-align: center;
            background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }
        p {
            font-size: 1.2em;
            line-height: 1.6;
        }
        .cta-button {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #e74c3c;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .cta-button:hover {
            background-color: #c0392b;
        }
    </style>
</head>
<body>
    <header>
        <h1>Welcome to Boldness and Beauty</h1>
    </header>
    <div class="container">
        <div class="content">
            <h1>Your Dream Living Room</h1>
            <p>Experience the perfect blend of bold design and elegant beauty in our handcrafted living room collection.</p>
            <a href="#" class="cta-button">Explore Now</a>
        </div>
    </div>
</body>
</html>








18-2-2568 by Vorapat & Orachorn

Comments