Skip to content

Commit

Permalink
Boxes for Quick & Tasty case study
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca-paris committed Apr 26, 2021
1 parent 2065e07 commit 0a91d3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,16 @@ h4 {
color: #898D89;
}

.white-box {
background-color: #FFFFFF;
padding: 16px 12px;
}

.bold {
font-weight: 500;
}


/* Sections ids*/

#about-pic {
Expand Down Expand Up @@ -241,6 +251,10 @@ picture .logo {
width: 300px;
}

.yellow {
background-color: #FAF9F0;
}

/* Buttons */

.button {
Expand Down

0 comments on commit 0a91d3f

Please sign in to comment.