diff --git a/index.html b/index.html index fc49ab1..8028ef1 100644 --- a/index.html +++ b/index.html @@ -1,369 +1,108 @@ - - - - Badge Website + + + + Badge Website - - - - - - - - - - -
-
- - -
-
+ + + + + + + + + .header-container { + background-color: #f8f9fa; /* Light header background */ + } + + .badge-container { + background: linear-gradient( + 35deg, + rgba(10, 151, 207, 0.9) 50%, + rgba(15, 61, 214, 0.9) 50% + ); + padding: 5px; + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + transform: scale(0.7); /* Further reduce the size of the card */ + } + + /* Dark Mode Styles */ + body.dark-mode { + background-color: #121212; /* Dark background */ + color: white; /* Light text color */ + } - + + + + - - - - +
+ + +
+ + - - - + +