From Kelli Crona , 1 Month ago , written in HTML5.
Embed
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>AI Artistry</title>
  6.     <style>
  7.         body {
  8.             font-family: Arial, sans-serif;
  9.             background-color: #e6e6fa;
  10.             margin: 0;
  11.             padding: 0;
  12.             color: #333;
  13.         }
  14.         header {
  15.             background-color: #FF6347;
  16.             color: white;
  17.             text-align: center;
  18.             padding: 20px 0;
  19.         }
  20.         main {
  21.             padding: 20px;
  22.             max-width: 800px;
  23.             margin: 20px auto;
  24.             background-color: #ffffff;
  25.             border-radius: 8px;
  26.             box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  27.         }
  28.         h1 {
  29.             font-size: 2.5em;
  30.             margin-bottom: 15px;
  31.         }
  32.         p {
  33.             font-size: 1.2em;
  34.             line-height: 1.7;
  35.             margin-bottom: 20px;
  36.         }
  37.         a {
  38.             color: #FF6347;
  39.             text-decoration: none;
  40.             font-weight: bold;
  41.         }
  42.         footer {
  43.             text-align: center;
  44.             padding: 15px 0;
  45.             background-color: #FF6347;
  46.             color: white;
  47.             margin-top: 30px;
  48.         }
  49.     </style>
  50. </head>
  51.     <header>
  52.         <h1>AI Artistry</h1>
  53.     </header>
  54.     <main>
  55.         <h2>Transform Text into Visual Masterpieces</h2>
  56.         <p>Experience the magic of AI in art creation. Convert your text descriptions into high-quality artwork effortlessly. Whether you're an artist or a hobbyist, our platform offers powerful tools to design detailed characters, dynamic scenes, and immersive backgrounds.</p>
  57.         <p>Unleash your creative potential with AI. Begin your journey with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a> today!</p>
  58.     </main>
  59.     <footer>
  60.         <p>&copy; 2024 AI Artistry. All rights reserved.</p>
  61.     </footer>
  62. </body>
  63. </html>
  64.  

Reply to "AI Anime Generator"