Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bismin271172 committed Mar 25, 2024
1 parent 83b68c9 commit 731f3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,17 @@ header.sticky{
margin-top: 3rem;
}

.container-box01{
/* .container-box01{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 15px 10px;
border-radius: 4px;
transition: all 1s ease 0s;
}
} */

.container-img01 img{
height: 100%;
width: 410px;
width: 420px;
padding: 15px 10px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
Expand Down

0 comments on commit 731f3ac

Please sign in to comment.