diff --git a/src/index.html b/src/index.html index b80ef40..063f5fe 100644 --- a/src/index.html +++ b/src/index.html @@ -126,33 +126,33 @@ width: 100%; height: 100%; overflow: auto; - background-color: rgba(0,0,0,0.6); + background-color: rgba(0, 0, 0, 0.8); } .modal-content { background-color: #2a2a2a; margin: 10% auto; - padding: 30px; - border: 2px solid #FF1493; /* Dark pink border */ - outline: 1px solid #FF69B4; /* Lighter pink outline */ + padding: 40px; + border: 2px solid #FF1493; + outline: 1px solid #FF69B4; width: 90%; - max-width: 500px; + max-width: 600px; color: white; - border-radius: 8px; - box-shadow: 0 4px 20px rgba(255, 20, 147, 0.3); /* Dark pink shadow */ + border-radius: 12px; + box-shadow: 0 4px 30px rgba(255, 20, 147, 0.5); } .close { - color: #FF1493; /* Dark pink close button */ + color: #FF1493; float: right; - font-size: 28px; + font-size: 32px; font-weight: bold; transition: color 0.3s ease; } .close:hover, .close:focus { - color: #FF69B4; /* Lighter pink on hover */ + color: #FF69B4; text-decoration: none; cursor: pointer; } @@ -162,7 +162,7 @@ width: 100%; padding: 12px; margin: 10px 0; - border: 1px solid #FF1493; /* Dark pink border */ + border: 1px solid #FF1493; border-radius: 4px; box-sizing: border-box; background-color: #333; @@ -172,7 +172,7 @@ .modal-form input:focus, .modal-form textarea:focus { - border-color: #FF69B4; /* Lighter pink on focus */ + border-color: #FF69B4; box-shadow: 0 0 5px rgba(255, 105, 180, 0.5); outline: none; } @@ -180,7 +180,7 @@ .modal-form button { width: 100%; padding: 12px; - background-color: #FF1493; /* Dark pink button */ + background-color: #FF1493; color: white; border: none; border-radius: 4px; @@ -190,12 +190,12 @@ } .modal-form button:hover { - background-color: #FF69B4; /* Lighter pink on hover */ + background-color: #FF69B4; box-shadow: 0 0 10px rgba(255, 20, 147, 0.5); } .modal h2 { - color: #FF1493; /* Dark pink title */ + color: #FF1493; margin-bottom: 20px; text-align: center; @@ -446,39 +446,142 @@

Stay Updated with DFS-BFS

© 2024 DFS-BFS Learning Platform. Empowering coders with mastery over Data Structures and Algorithms.

-