Skip to content

Commit

Permalink
Adicionando style.css ao repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Vinicius27 committed Mar 23, 2022
1 parent 062220e commit 89c99ea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
* {
padding: 0;
margin: 0;
}

body {
background: #EEEEF4;
color: #999;
font-family: 'Roboto', sans-serif;
}

main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 15rem;
}

h1 {
font-size: 27pt;
color: #E43;
text-align: center;
margin-bottom: 1rem;
}

p {
font-weight: 300;
margin-top: 1rem;
}

1 comment on commit 89c99ea

@vercel
Copy link

@vercel vercel bot commented on 89c99ea Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.