Skip to content

Commit

Permalink
finalized commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jishnumo committed Jan 14, 2024
1 parent 3612b7b commit 58c280d
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ nav{
color: #fff;
padding: 20px;
margin-bottom: 5rem;
background-color: #d4461797;
border: 1px solid transparent;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 8px 10px 18px rgba(0, 0, 0, 0.346);
}

ul.logo{
Expand Down Expand Up @@ -60,24 +67,24 @@ span.icons{
display:flex;
}
.phone:hover{
color: orangered;
transform:scale(1.2);
color: rgba(85, 79, 77, 0.921);
transform:scale(1.1);
}
.download:hover{
color: orangered;
transform:scale(1.2);
color: rgba(85, 79, 77, 0.921);
transform:scale(1.1);
}
.location:hover{
color: orangered;
transform:scale(1.2);
color: rgba(85, 79, 77, 0.921);
transform:scale(1.1);
}
.home:hover{
color: orangered;
transform:scale(1.2);
color: rgba(85, 79, 77, 0.921);
transform:scale(1.02);
}
.search:hover{
color: orangered;
transform:scale(1.2);
color: rgba(85, 79, 77, 0.921);
transform:scale(1.1);
}


Expand Down Expand Up @@ -240,12 +247,7 @@ aside p{
text-align: center;
font-weight: bold;
}
footer .span{
color:rgb(0, 0, 0);
font-weight: bolder;
font-size: 18px;
color: #b2ee01;
}

aside{
font-weight: bolder;
font-size: 18px;
Expand Down

0 comments on commit 58c280d

Please sign in to comment.