Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAcula27 committed Apr 17, 2024
1 parent 6e46e82 commit 960e2be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,17 @@ html {

body {
margin: 2rem;
padding: 1rem;
background-color: #eeeddd;
box-shadow: 0 0 2rem 2rem #000000;
border-radius: 4rem;
min-height: calc(100vh - 4rem);
}

main {
display: flex;
flex-direction: column;
align-items: center;
}

h1,
Expand Down

0 comments on commit 960e2be

Please sign in to comment.