body { margin: 0; padding: 0; background-color: black; color: #00ff00; /* Neon green color */ font-family: Arial, sans-serif; } nav { background-color: black; text-align: center; padding: 20px 0; } nav ul { list-style: none; margin: 0; padding: 0; } nav ul li { display: inline-block; margin-right: 20px; } nav ul li a { text-decoration: none; color: #00ff00; /* Neon green color */ font-size: 20px; } header { text-align: center; padding: 100px; } h1 { font-size: 48px; } h2 { font-size: 36px; } p { font-size: 24px; } .image-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; padding: 40px; } img { width: 100%; } form { text-align: center; padding: 40px; } label, input, textarea, button { display: block; margin-bottom: 10px; } textarea { height: 100px; } button { background-color: black; color: #00ff00; /* Neon green color */ border: none; padding: 10px 20px; font-size: 20px; cursor: pointer; } footer { text-align: center; background-color: black; padding: 20px; } footer p { font-size: 18px; } @keyframes bounceAnimation { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-20px); } 60% { transform: translateY(-10px); } } @keyframes tickerAnimation { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } .header { animation: bounceAnimation 2s infinite; } .ticker { white-space: nowrap; overflow: hidden; animation: tickerAnimation 10s linear infinite; } 90s Aesthetic Website

Welcome to the 90s!

Feel the nostalgia with neon green text on a black background.

About Us

We are a website dedicated to bringing back the 90s vibe. Relive the decade of cool music, rad fashion, and iconic pop culture.

Contact Us