box model ascii art

main
Basit Ali 2022-06-02 22:15:01 +05:00
parent ce56074017
commit e01498a9e4
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## Introducing the CSS Box Model
```
_______________________________________
| |
| margin (transparent) |
@ -22,6 +23,7 @@
| element width |
| box width |
```
## Understanding the CSS Box Model