Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
Codedwells committed Nov 4, 2022
1 parent 3c8f863 commit 2dac98b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
font-family: Roboto Slab;
}

body{
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-color: rgb(244, 244, 244);
height: 35rem;
width:35rem;
border-radius: 2rem;
}

.top-text {
text-align: center;
}
Expand Down

0 comments on commit 2dac98b

Please sign in to comment.