CSS: Add Icon to Links
You can add a little icon Favicon to links.
example
browser shows
Code
<a href="https://x.com/xah_lee">Xah Lee</a>
a[href*="x.com/"] { background: url("i/x.com_favicon.ico") no-repeat left center; padding-left: 38px; }
CSS. Background
CSS. misc, advanced
- CSS: @media query (responsive design)
- CSS: Variable (Custom Property)
- CSS: calc
- CSS: Reset, Default Values
- CSS: global keywords (property values)
- CSS: nesting syntax
- CSS: Computed Style
- CSS: Browser Default Style Sheet (2025-12)