Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sritamraj20 authored Mar 19, 2024
1 parent 35a0be1 commit 9bf92fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,19 @@ img {
border-radius: 0.5rem;
}

button{
font-size: 16px;
font-weight: 500;
padding: 10px;
margin: 30px;
width: 120px;
background: #ebeef1;
cursor: pointer;
border: none;
border-radius: 50px;
box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16), -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}

/* ===== WORK =====*/
.work__container {
row-gap: 2rem;
Expand Down

0 comments on commit 9bf92fc

Please sign in to comment.