Skip to content

Commit

Permalink
Create reset.css
Browse files Browse the repository at this point in the history
Adicionando reset.css
  • Loading branch information
alinealien authored Feb 5, 2024
1 parent e1d07f2 commit aebb308
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*{
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}

0 comments on commit aebb308

Please sign in to comment.