Update box-sizing.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 21:54:40 +00:00
parent ea1dd86a3b
commit bc574414b9

View File

@@ -5,7 +5,7 @@ The `box-sizing` property determines how the width and height of a widget are ca
## Syntax
```
box-sizing: [border-box|content-box];
box-sizing: border-box | content-box;
```
### Values