HTML Theory - The Box Model
Home
Notes/Pointers
- Margin
- Margin is the outermost layer.
- Eg: margin: 5px, margin-top/bottom/left/right: 5px;
- Border
- Border is between the margin and the padding.
- Eg: border: 5px solid/dashed/dotted pink
- Padding
- Padding separates the border and the content.
- Eg: padding: 5px, padding-top/bottom/left/right: 5px;
- Content