Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami committed Sep 1, 2024
1 parent 3dd07ee commit c710cda
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@
margin-right: 0;
width: 20%;
height: 450px;
background-color: rgb(131, 151, 253);
background-color: rgb(173, 186, 254);
display: flex;
flex-direction: column;
}

.sub1 > a{
text-decoration: none;
}
.sub1 > a:hover{
text-decoration: underline;
}
.sub2{
margin: 10px;
width: 80%;
height: 450px;
background-color: rgb(131, 151, 253);
background-color: rgb(173, 186, 254);
}

0 comments on commit c710cda

Please sign in to comment.