Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Your Library</h2>
</div>
<div class="right-corner">
<button class="btn">
Login
<a href="pages/login/register.html">Login</a>
<!-- Profile icon or login button goes here -->
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/login/login page.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>login</h1>

<div class="register-link">
<p>Don't have an account?<a
href="#">register</a></p>
href="register.html">register</a></p>
</div>
</form>
</div>
Expand Down
18 changes: 17 additions & 1 deletion pages/login/register.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
8 changes: 5 additions & 3 deletions pages/login/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,26 @@ <h2>Register Here</h2>
&nbsp;
<span id="female">Female</span>
<br><br>
<label>Known Lanuage :</label>
<label>Select Language :</label>
<br>
&nbsp;&nbsp;&nbsp;
<input type="checkbox" name='lang' id=hindi>
&nbsp;
<span id ='hindi'>Hindi</span>
&nbsp;&nbsp;&nbsp;&nbsp;
<input type ='checkbox' name='lang'id='eng'>
&nbsp;+
&nbsp;
<span id='eng'>English</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="lang"
id="urdu">
&nbsp;
<span id="urdu">Urdu</span>
<br><br>
<input type="submit" value="submit"
<input type="submit" value="Register"
name="submit" id="submit">
<span>Or</span>
<a href="login page.html" class="LoginBtn">Login</a>
</form>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body {
padding: 9px 127px;
border-radius: 50px;
border: none;
color: black;
background-color: rgb(218, 225, 208);
font-size: 15px;
}
Expand Down Expand Up @@ -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;
Expand Down