Skip to content

Commit 9903e1c

Browse files
committed
CSS: inline-block: "Can add padding"
1 parent 085a7b4 commit 9903e1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Some maybe non-obvious tips and tricks, or some important facts to keep in mind
4444
- Can sit side-by-side other `inline`/`inline-block` elements.
4545
- Can set height.
4646
- Can set margin.
47+
- Can set padding.
4748

4849
### Lists
4950
- Items display as `list-item`, which is an `inline` element with a `::marker` bullet on the left similar to a `::before` pseudo-element.

0 commit comments

Comments
 (0)