diff --git a/index.html b/index.html
index 9c7e518..2fe79cb 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@
Your Library
diff --git a/pages/login/login page.html b/pages/login/login page.html
index 0a77a12..f624f1a 100644
--- a/pages/login/login page.html
+++ b/pages/login/login page.html
@@ -33,7 +33,7 @@ login
Don't have an account?register
+ href="register.html">register
diff --git a/pages/login/register.css b/pages/login/register.css
index e3adaaf..dd1ab74 100644
--- a/pages/login/register.css
+++ b/pages/login/register.css
@@ -45,7 +45,7 @@ input#name{
rgba(0,0,0,0.3);
}
input#submit{
- width: 200px;
+ width: 100px;
padding: 7px;
font-size: 16px;
font-family: sans-serif;
@@ -63,3 +63,19 @@ label,span,h2{
text-shadow: 1px 1px 5px
rgba(0,0,0,0.3);
}
+.LoginBtn{
+ width: 200px;
+ padding: 7px;
+ font-size: 16px;
+ font-family: sans-serif;
+ font-weight: 600;
+ border-radius: 3px;
+ background-color: rgba(250,100,0,0.8);
+ color:#fff;
+ cursor: pointer;
+ border:1px solid
+ rgba(225,225,225,0.3);
+ box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
+ margin-bottom: 20px;
+ text-decoration: none;
+}
\ No newline at end of file
diff --git a/pages/login/register.html b/pages/login/register.html
index 682af94..7537bac 100644
--- a/pages/login/register.html
+++ b/pages/login/register.html
@@ -44,7 +44,7 @@ Register Here
Female
-
+
@@ -52,7 +52,7 @@ Register Here
Hindi
- +
+
English
Register Here
Urdu
-
+ Or
+ Login
diff --git a/style.css b/style.css
index 0c14267..30c4369 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,7 @@ body {
padding: 9px 127px;
border-radius: 50px;
border: none;
+ color: black;
background-color: rgb(218, 225, 208);
font-size: 15px;
}
@@ -148,6 +149,9 @@ profile-button:hover {
/* margin-top: 95px; */
/* margin-left: 80px; */
}
+.btn a{
+ color: #3d3526;
+}
.btn-createPlaylist {
padding: 7px 23px;
border-radius: 7px;