Skip to content

Commit

Permalink
Add Home Logo for Redirection on Topdeals Page
Browse files Browse the repository at this point in the history
  • Loading branch information
misbahqadri committed Oct 12, 2024
1 parent 87ed00c commit 944a006
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions topdeals/topdeals.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,23 @@


}
.back-button {
position: absolute;
top: 20px;
left: 20px;
display: flex;
align-items: center;
text-decoration: none;
color: #fff; /* Change to your desired color */
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;

}

.lni-home{
color : #fff;
font-size : 40px;
}
.lni-home:hover{
color:red;
font-size:50px
}


.back-button {
position: absolute;
top: 20px;
left: 20px;
display: flex;
align-items: center;
color: #fff;
border-radius: 5px;
}
.lni-home{
color : #fff;
font-size : 40px;
}
.lni-home:hover{
color:red;
font-size:50px
}
.text {
font-weight: bold;
}
Expand Down

0 comments on commit 944a006

Please sign in to comment.