04. Units
11/11/23Less than 1 minute
| Unit | meaning | desc |
|---|---|---|
| px | pixel | |
| 23% | percentage | the percentage of parent element |
| em | font size | calculate based on itself, the default value is 16 |
| rem | font size | calculate based on the font size of the root element |
