Guest User

AI Anime Generator

a guest
Aug 10th, 2024
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>AI Art Generator</title>
  7.     <style>
  8.         body {
  9.             font-family: 'Open Sans', Arial, sans-serif;
  10.             background-color: #e9ecef;
  11.             margin: 0;
  12.             padding: 0;
  13.             color: #333;
  14.         }
  15.         header {
  16.             background-color: #28a745;
  17.             color: white;
  18.             text-align: center;
  19.             padding: 1.5rem 1rem;
  20.             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  21.         }
  22.         main {
  23.             padding: 2rem;
  24.             max-width: 950px;
  25.             margin: 2rem auto;
  26.             background-color: #ffffff;
  27.             border-radius: 12px;
  28.             box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  29.             line-height: 1.6;
  30.         }
  31.         h1 {
  32.             font-size: 2.6rem;
  33.             margin-bottom: 0.5rem;
  34.         }
  35.         h2 {
  36.             font-size: 2rem;
  37.             margin-bottom: 1rem;
  38.         }
  39.         p {
  40.             font-size: 1.15rem;
  41.             margin-bottom: 1.5rem;
  42.             color: #555;
  43.         }
  44.         a {
  45.             color: #28a745;
  46.             text-decoration: none;
  47.             font-weight: 600;
  48.             transition: color 0.3s, text-decoration 0.3s;
  49.         }
  50.         a:hover {
  51.             color: #1e7e34;
  52.             text-decoration: underline;
  53.         }
  54.         footer {
  55.             text-align: center;
  56.             padding: 1rem;
  57.             background-color: #28a745;
  58.             color: white;
  59.             margin-top: 2rem;
  60.             box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  61.         }
  62.     </style>
  63. </head>
  64. <body>
  65.     <header>
  66.         <h1>AI Art Generator</h1>
  67.     </header>
  68.     <main>
  69.         <h2>Turn Text into Stunning Art</h2>
  70.         <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>
  71.         <p>Get started today and unlock endless creative possibilities with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a>!</p>
  72.     </main>
  73.     <footer>
  74.         <p>&copy; 2024 AI Art Generator. All rights reserved.</p>
  75.     </footer>
  76. </body>
  77. </html>
  78.  
Advertisement
Add Comment
Please, Sign In to add comment