Skip to content

Commit 2b93797

Browse files
committed
Completed box-sizing: border-box
1 parent 34c1ec8 commit 2b93797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

myWork/04-CSS-Layouts/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* {
22
margin: 0;
33
padding: 0;
4+
box-sizing: border-box;
45
}
56

67
.container {

0 commit comments

Comments
 (0)