diff --git a/about.css b/about.css new file mode 100644 index 0000000..13f9d72 --- /dev/null +++ b/about.css @@ -0,0 +1,83 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + background-color: #0d1b2a; /* Dark space-like background */ + font-family: 'Arial', sans-serif; + color: #fff; + background-image: url('./assets/images/pngtree-game-space-blue-planet-picture-image_2444872.jpg'); /* Background image */ + background-repeat: no-repeat; + background-attachment: fixed; /* Fixed background */ + background-size: cover; /* Covers entire viewport */ + height: 100vh; + overflow-x: hidden; +} + +header { + padding: 20px 0; + background-color: rgba(13, 27, 42, 0.8); /* Semi-transparent background */ +} + +.main-heading { + font-size: 3em; + color: #00ff80; /* Neon green */ + text-align: center; + margin-bottom: 20px; +} + +.container { + width: 90%; + max-width: 1200px; + margin: 0 auto; + padding-top: 20px; + text-align: center; +} + +h2 { + color: #00ff80; /* Neon green */ + font-size: 2.2em; + margin-bottom: 20px; +} + +p { + font-size: 1.2em; + margin-bottom: 30px; +} + +.highlight { + color: #ffdd00; /* Neon yellow for highlights */ +} + +ul { + list-style: none; + margin-bottom: 40px; + padding-left: 0; +} + +ul li { + font-size: 1.1em; + margin-bottom: 15px; + color: #d0d7de; +} + +ul li::before { + content: 'โญ '; /* Adding star icon before each list item */ + color: #ffdd00; +} + +/* Section styling */ +section { + margin-bottom: 50px; + padding: 20px; + background-color: rgba(13, 27, 42, 0.8); /* Semi-transparent background */ + border-radius: 10px; +} + +/* Hover effect for highlights */ +.highlight:hover { + color: #ff8800; /* Orange hover effect */ + transition: color 0.3s ease; +} diff --git a/about.html b/about.html new file mode 100644 index 0000000..7544a6f --- /dev/null +++ b/about.html @@ -0,0 +1,131 @@ + + + +
+ + ++ Alien Invasion Defense is an exciting space-shooter game that challenges you to defend your base from waves of alien invaders. With sleek graphics, easy controls, and thrilling gameplay, youโll be immersed in an intergalactic battle for survival. Are you ready to become the ultimate space defender? +
+Alien Invasion Defense is powered by modern web technologies to ensure a smooth and engaging experience for players. Hereโs the tech stack behind the game:
+We are grateful to everyone who contributed to this project!
+If you find this project helpful, please consider giving it a star on GitHub! Your support helps us grow and improve the game.
+ +Keep learning ๐, exploring ๐, and contributing ๐ค to make a difference in the world!
+Made with โค๏ธ for all space defenders!
+