aianimegenerator


SUBMITTED BY: aianimegenerator

DATE: Aug. 10, 2024, 9:19 a.m.

FORMAT: HTML

SIZE: 2.4 kB

HITS: 127

  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: 'Roboto', Arial, sans-serif;
  10. background-color: #f4f4f4;
  11. margin: 0;
  12. padding: 0;
  13. color: #333;
  14. }
  15. header {
  16. background-color: #007bff;
  17. color: white;
  18. text-align: center;
  19. padding: 1rem;
  20. box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  21. }
  22. main {
  23. padding: 2rem;
  24. max-width: 920px;
  25. margin: 2rem auto;
  26. background-color: #ffffff;
  27. border-radius: 12px;
  28. box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  29. line-height: 1.6;
  30. }
  31. h1 {
  32. font-size: 2.5rem;
  33. margin-bottom: 0.5rem;
  34. }
  35. h2 {
  36. font-size: 1.9rem;
  37. margin-bottom: 1rem;
  38. }
  39. p {
  40. font-size: 1.2rem;
  41. margin-bottom: 1.5rem;
  42. }
  43. a {
  44. color: #007bff;
  45. text-decoration: none;
  46. font-weight: 500;
  47. transition: color 0.3s, text-decoration 0.3s;
  48. }
  49. a:hover {
  50. color: #0056b3;
  51. text-decoration: underline;
  52. }
  53. footer {
  54. text-align: center;
  55. padding: 1rem;
  56. background-color: #007bff;
  57. color: white;
  58. margin-top: 2rem;
  59. box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <header>
  65. <h1>AI Art Generator</h1>
  66. </header>
  67. <main>
  68. <h2>Bring Your Words to Life</h2>
  69. <p>Discover the power of AI in art creation. Our cutting-edge generator transforms your text descriptions into extraordinary visuals. Whether you’re an emerging artist or a professional, our platform makes it easy to create and explore artistic concepts, from unique characters to immersive scenes.</p>
  70. <p>Ready to create? Start using our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a> and unleash your creativity today!</p>
  71. </main>
  72. <footer>
  73. <p>&copy; 2024 AI Art Generator. All rights reserved.</p>
  74. </footer>
  75. </body>
  76. </html>

comments powered by Disqus