fix selector

This commit is contained in:
atomiks
2018-03-01 18:05:22 +10:00
parent 0f8f804f8f
commit 50182b9045
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ Resets the box-model so that `width`s and `height`s are not affected by their `b
#### CSS
```css
.html {
html {
box-sizing: border-box;
}