mirror of https://github.com/rjbasitali/tutorials
box model ascii art
parent
ce56074017
commit
e01498a9e4
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
## Introducing the CSS Box Model
|
## Introducing the CSS Box Model
|
||||||
|
|
||||||
|
```
|
||||||
_______________________________________
|
_______________________________________
|
||||||
| |
|
| |
|
||||||
| margin (transparent) |
|
| margin (transparent) |
|
||||||
|
|
@ -22,6 +23,7 @@
|
||||||
|
|
||||||
| element width |
|
| element width |
|
||||||
| box width |
|
| box width |
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Understanding the CSS Box Model
|
## Understanding the CSS Box Model
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue