diff --git a/index.html b/index.html index ba53c85..5e8824e 100644 --- a/index.html +++ b/index.html @@ -3,324 +3,280 @@ -Hello World - All Languages 🌐 +Hello World - All Languages 🌍 - - + @keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } + } -
-

🌐 Hello World Programs

-
- -
🌙
-
-
+ /* Responsive Design */ + @media (max-width: 768px) { + h1 { + font-size: 2em; + } -
-

Explore Hello World in Every Language

-

Click any language below to view its "Hello World" program on GitHub.

+ p { + font-size: 1em; + margin-bottom: 40px; + } + .button-container { + grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); + gap: 12px; + padding: 0 15px; + } -
- C - C++ - C# - Java - Python - JavaScript - PHP - Go - Swift - R - Ruby - Perl - Shell - Visual Basic - VBA - Dart - Lua - Kotlin - TypeScript - Groovy - SQL - F# - Objective-C - Julia - TCL - Elm - PowerShell - Rust - Algorithmic - CoffeeScript -
-
+ a { + padding: 14px 20px; + font-size: 0.9em; + } + } - -
-

Contributors Shoutout ✨

-

Big thanks to all the amazing contributors who made this project better!

-
-
- + @media (max-width: 480px) { + h1 { + font-size: 1.6em; + } - + .button-container { + grid-template-columns: repeat(2, 1fr); + gap: 10px; + } - + - + \ No newline at end of file