Text Wrapping & Inline Pseudo Elements
Publikováno: 27.2.2019
I love posts like this. It's just about adding a little icon to the end of certain links, but it ends up touching on a million things along the way. I think this is an example of why some people find front-end fun and some people rather dislike it.
Things involved:
- Cool
[attribute]
selectors that identify off-site links - Deliberating on whether it's OK to use additional HTML within links or not
- Usage of
white-space
- Combining
margin-left
andpadding-right
to place
The post Text Wrapping & Inline Pseudo Elements appeared first on CSS-Tricks.
I love posts like this. It's just about adding a little icon to the end of certain links, but it ends up touching on a million things along the way. I think this is an example of why some people find front-end fun and some people rather dislike it.
Things involved:
- Cool
[attribute]
selectors that identify off-site links - Deliberating on whether it's OK to use additional HTML within links or not
- Usage of
white-space
- Combining
margin-left
andpadding-right
to place icons into placeholder space - Using custom properties to keep things easier
- Usage of inline SVG versus background SVG
- Considering
inline
versusinline-block
- Using masks
Direct Link to Article — Permalink
The post Text Wrapping & Inline Pseudo Elements appeared first on CSS-Tricks.