Skip to content

Commit

Permalink
added styling
Browse files Browse the repository at this point in the history
  • Loading branch information
favy-codez committed Aug 20, 2023
1 parent 6b152ee commit f39989f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,22 @@
}

body{

display: flex;
justify-content: center;
align-items: center;
background-color: salmon;
min-height: 100vh;
}

.container{
background-color: rgba(255, 255, 255, .3);
padding: 28px;
border-radius: 7px;
box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
width: 90%;
margin: 10px;
/* for bigger screens */
max-width: 450px;
text-align: center;
font-size: 18px;
}

0 comments on commit f39989f

Please sign in to comment.