One of my favorite aspects of CSS is changing link design. What works for a link inside your main text isn't always best for a list of your website's main links in a sidebar.
When links are in the sidebar, most visitors recognize them as links and underlines aren't necessary or visually pleasing. Links inside your main text can be missed by some if they aren't underlined. It's as simple as "text-decoration: underlined" or "text-decoration: none".
When links are in the sidebar, most visitors recognize them as links and underlines aren't necessary or visually pleasing. Links inside your main text can be missed by some if they aren't underlined. It's as simple as "text-decoration: underlined" or "text-decoration: none".
Comment