Skip to content

Commit

Permalink
adding border-box
Browse files Browse the repository at this point in the history
  • Loading branch information
nheimlich committed Aug 26, 2024
1 parent 6ba499c commit 94d606d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* {
box-sizing: border-box;
margin: 0 auto;
}

header {
background-color: grey;
color: white;
Expand Down

0 comments on commit 94d606d

Please sign in to comment.