diff --git a/Easy/Sarang Meshte/Task 1/Task1.mp4 b/Easy/Sarang Meshte/Task 1/Task1.mp4
new file mode 100644
index 0000000..d07028e
Binary files /dev/null and b/Easy/Sarang Meshte/Task 1/Task1.mp4 differ
diff --git a/Easy/Sarang Meshte/Task 1/Task2-Sarang.html b/Easy/Sarang Meshte/Task 1/Task2-Sarang.html
new file mode 100644
index 0000000..b4deb91
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/Task2-Sarang.html
@@ -0,0 +1,29 @@
+
+
+
+
+ Navigation Bar with Dropdown
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/afterlogin.html b/Easy/Sarang Meshte/Task 1/afterlogin.html
new file mode 100644
index 0000000..e6c4e3c
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/afterlogin.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+ HomePage
+
+
+
+
+
+
+ Task 1 is complete
+
+
+
+

+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/bgpagetask1.jpg b/Easy/Sarang Meshte/Task 1/bgpagetask1.jpg
new file mode 100644
index 0000000..075d321
Binary files /dev/null and b/Easy/Sarang Meshte/Task 1/bgpagetask1.jpg differ
diff --git a/Easy/Sarang Meshte/Task 1/index.html b/Easy/Sarang Meshte/Task 1/index.html
new file mode 100644
index 0000000..30353e5
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/index.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Login
+
+
+
+
+
BombKart
+ Your One-Stop destination to
Bomb Your College
+
+
+

+
+
Login into your account
+
+
+
+
+
+
Don't have an account? Sign Up
+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/kuchtohbhi.css b/Easy/Sarang Meshte/Task 1/kuchtohbhi.css
new file mode 100644
index 0000000..7c6f7dd
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/kuchtohbhi.css
@@ -0,0 +1,64 @@
+.wrap{
+ height:100vh;
+ width:100vw;
+ justify-content: center;
+ display: flex;
+}
+input{
+ margin-bottom: 10px;
+ width: 70%;
+}
+
+/* .inp-field{
+ background-color: rgb(238, 229, 229);
+ height:20px;
+ margin : 1em 0;
+ width : 95%;
+ color: #9f9f9f;
+ border:1px solid black;
+ &:hover{
+ color:rgb(238, 229, 229);
+ }
+
+} */
+button{
+ margin: auto;
+ width:30%;
+
+}
+.task-text{
+ position:absolute;
+ margin-top: 300px;
+ margin-left: 580px;
+ height: 30px;
+ font-size: larger;
+ font-family: Arial, Helvetica, sans-serif;
+ /* background-color: aqua; */
+}
+
+.welc-text{
+ position:absolute;
+ margin-top:16%;
+ margin-left:15%;
+ /* margin:auto; */
+ text-align:center;
+ /* padding-top: 5rem; */
+ height: 20%;
+ width: 20%;
+ text-size-adjust:auto;
+ justify-content: center;
+ align-items: center;
+
+}
+.box {
+ background-color:rgb(0, 255, 119);
+ width:25%;
+ height:40%;
+ margin: auto;
+ padding-left: 2%;
+ border: 2px solid black;
+
+
+}
+
+
diff --git a/Easy/Sarang Meshte/Task 1/scipt1.js b/Easy/Sarang Meshte/Task 1/scipt1.js
new file mode 100644
index 0000000..952d1d6
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/scipt1.js
@@ -0,0 +1,2 @@
+let yash="good";
+console.log(yash);
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/signup.html b/Easy/Sarang Meshte/Task 1/signup.html
new file mode 100644
index 0000000..2ae11d0
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/signup.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+ Login
+
+
+
+
+
BombKart
+ Your One-Stop destination to
Bomb Your College
+
+
+

+
+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/soyjackpoint.jpg b/Easy/Sarang Meshte/Task 1/soyjackpoint.jpg
new file mode 100644
index 0000000..298dc5a
Binary files /dev/null and b/Easy/Sarang Meshte/Task 1/soyjackpoint.jpg differ
diff --git a/Easy/Sarang Meshte/Task 1/task2.css b/Easy/Sarang Meshte/Task 1/task2.css
new file mode 100644
index 0000000..0a05d90
--- /dev/null
+++ b/Easy/Sarang Meshte/Task 1/task2.css
@@ -0,0 +1,71 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Poppins', sans-serif;
+ background-color: #f2f4f8;
+ }
+
+ .navbar {
+ background: linear-gradient(to right, #4ec86a, #9a8ffb);
+ padding: 10px 0;
+ box-shadow: 0 4px 8px rgba(0,0,0,0.1);
+ }
+
+ .nav-menu {
+ list-style: none;
+ display: flex;
+ justify-content: center;
+ gap: 30px;
+ }
+
+ .nav-menu li {
+ position: relative;
+ }
+
+ .nav-menu a {
+ display: block;
+ color: white;
+ padding: 12px 18px;
+ text-decoration: none;
+ font-weight: 500;
+ border-radius: 8px;
+ transition: background 0.3s, transform 0.2s;
+ }
+
+ .nav-menu a:hover {
+ background-color: rgba(255, 255, 255, 0.2);
+ transform: translateY(-2px);
+ }
+
+ .dropdown-menu {
+ display: none;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ background-color: white;
+ border-radius: 10px;
+ box-shadow: 0 8px 16px rgba(0,0,0,0.15);
+ min-width: 180px;
+ z-index: 1;
+ overflow: hidden;
+ }
+
+ .dropdown-menu li a {
+ padding: 12px 16px;
+ color: #333;
+ text-align: left;
+ font-weight: 400;
+ transition: background 0.3s;
+ }
+
+ .dropdown-menu li a:hover {
+ background-color: #f0f0f0;
+ }
+
+ .dropdown:hover .dropdown-menu {
+ display: block;
+ }
\ No newline at end of file
diff --git a/Easy/Sarang Meshte/Task 1/task2.html b/Easy/Sarang Meshte/Task 1/task2.html
new file mode 100644
index 0000000..e69de29
diff --git a/Easy/Task2-Sarang b/Easy/Task2-Sarang
new file mode 100644
index 0000000..b4deb91
--- /dev/null
+++ b/Easy/Task2-Sarang
@@ -0,0 +1,29 @@
+
+
+
+
+ Navigation Bar with Dropdown
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Task2-Sarang.html b/Easy/Task2-Sarang.html
new file mode 100644
index 0000000..b4deb91
--- /dev/null
+++ b/Easy/Task2-Sarang.html
@@ -0,0 +1,29 @@
+
+
+
+
+ Navigation Bar with Dropdown
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Task2.css b/Easy/Task2.css
new file mode 100644
index 0000000..0a05d90
--- /dev/null
+++ b/Easy/Task2.css
@@ -0,0 +1,71 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Poppins', sans-serif;
+ background-color: #f2f4f8;
+ }
+
+ .navbar {
+ background: linear-gradient(to right, #4ec86a, #9a8ffb);
+ padding: 10px 0;
+ box-shadow: 0 4px 8px rgba(0,0,0,0.1);
+ }
+
+ .nav-menu {
+ list-style: none;
+ display: flex;
+ justify-content: center;
+ gap: 30px;
+ }
+
+ .nav-menu li {
+ position: relative;
+ }
+
+ .nav-menu a {
+ display: block;
+ color: white;
+ padding: 12px 18px;
+ text-decoration: none;
+ font-weight: 500;
+ border-radius: 8px;
+ transition: background 0.3s, transform 0.2s;
+ }
+
+ .nav-menu a:hover {
+ background-color: rgba(255, 255, 255, 0.2);
+ transform: translateY(-2px);
+ }
+
+ .dropdown-menu {
+ display: none;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ background-color: white;
+ border-radius: 10px;
+ box-shadow: 0 8px 16px rgba(0,0,0,0.15);
+ min-width: 180px;
+ z-index: 1;
+ overflow: hidden;
+ }
+
+ .dropdown-menu li a {
+ padding: 12px 16px;
+ color: #333;
+ text-align: left;
+ font-weight: 400;
+ transition: background 0.3s;
+ }
+
+ .dropdown-menu li a:hover {
+ background-color: #f0f0f0;
+ }
+
+ .dropdown:hover .dropdown-menu {
+ display: block;
+ }
\ No newline at end of file