Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>AI Art Generator</title>
- <style>
- body {
- font-family: 'Open Sans', Arial, sans-serif;
- background-color: #e9ecef;
- margin: 0;
- padding: 0;
- color: #333;
- }
- header {
- background-color: #28a745;
- color: white;
- text-align: center;
- padding: 1.5rem 1rem;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
- }
- main {
- padding: 2rem;
- max-width: 950px;
- margin: 2rem auto;
- background-color: #ffffff;
- border-radius: 12px;
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
- line-height: 1.6;
- }
- h1 {
- font-size: 2.6rem;
- margin-bottom: 0.5rem;
- }
- h2 {
- font-size: 2rem;
- margin-bottom: 1rem;
- }
- p {
- font-size: 1.15rem;
- margin-bottom: 1.5rem;
- color: #555;
- }
- a {
- color: #28a745;
- text-decoration: none;
- font-weight: 600;
- transition: color 0.3s, text-decoration 0.3s;
- }
- a:hover {
- color: #1e7e34;
- text-decoration: underline;
- }
- footer {
- text-align: center;
- padding: 1rem;
- background-color: #28a745;
- color: white;
- margin-top: 2rem;
- box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
- }
- </style>
- </head>
- <body>
- <header>
- <h1>AI Art Generator</h1>
- </header>
- <main>
- <h2>Turn Text into Stunning Art</h2>
- <p>Explore the future of artistic creation with our AI-powered generator. Effortlessly transform your text descriptions into captivating artwork. Whether you’re a budding artist or an experienced creator, our platform provides intuitive tools to bring your ideas to life, from imaginative characters to detailed backgrounds.</p>
- <p>Get started today and unlock endless creative possibilities with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a>!</p>
- </main>
- <footer>
- <p>© 2024 AI Art Generator. All rights reserved.</p>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment