Skip to content

Commit

Permalink
container designed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalfaris11 committed May 27, 2024
1 parent 9e9f5aa commit b0e3bb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ body{
font-family: "popins", sans-serif;
}

.container{
min-width: 800px;
width: 100%;
background-color: #232931;
color: #fff;
border-radius: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

0 comments on commit b0e3bb6

Please sign in to comment.