We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c1ec8 commit 2b93797Copy full SHA for 2b93797
myWork/04-CSS-Layouts/style.css
@@ -1,6 +1,7 @@
1
* {
2
margin: 0;
3
padding: 0;
4
+ box-sizing: border-box;
5
}
6
7
.container {
0 commit comments