Snippets tagged “text-decoration”
2 snippets use this tag.
- How to Change Link Colors with CSSCSS
Learn about how to change hyperlink colors, inline and external methods with examples. See also how to give different styles to your anchor link and to change underline color with examples.
- How to Disable Links on the Current Page with Pure CSSCSS
Learn how to disable links on the current page using pointer-events and user-select properties. Also, find examples!