From 4cbc4682a7cd6c52c1901217247dc21df7da230b Mon Sep 17 00:00:00 2001
From: SrijaVuppala295
Date: Mon, 28 Oct 2024 23:21:27 +0530
Subject: [PATCH 1/8] done
---
.../components/header/header.component.html | 49 ++++---------------
.../components/navbar/navbar.component.html | 6 ++-
src/index.html | 16 +++---
3 files changed, 22 insertions(+), 49 deletions(-)
diff --git a/src/app/components/header/header.component.html b/src/app/components/header/header.component.html
index 91929e2..e19a0f3 100644
--- a/src/app/components/header/header.component.html
+++ b/src/app/components/header/header.component.html
@@ -1,4 +1,5 @@
+
@@ -9,6 +10,12 @@
+
+
+
-
From 883ff8d2cefa78d9f2649cf7000c78966c337722 Mon Sep 17 00:00:00 2001
From: Ananya Gupta <145869907+ananyag309@users.noreply.github.com>
Date: Tue, 29 Oct 2024 12:02:41 +0530
Subject: [PATCH 8/8] Update index.html
---
src/index.html | 88 +++++++++++++++++++++++++++++++++++---------------
1 file changed, 62 insertions(+), 26 deletions(-)
diff --git a/src/index.html b/src/index.html
index dd2e168..833d22c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -118,33 +118,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;
}
@@ -154,7 +154,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;
@@ -164,7 +164,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;
}
@@ -172,7 +172,7 @@
.modal-form button {
width: 100%;
padding: 12px;
- background-color: #FF1493; /* Dark pink button */
+ background-color: #FF1493;
color: white;
border: none;
border-radius: 4px;
@@ -182,12 +182,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;
@@ -438,6 +438,35 @@ Stay Updated with DFS-BFS
© 2024 DFS-BFS Learning Platform. Empowering coders with mastery over Data Structures and Algorithms.
+