css link color styles best practice

前端 未结 5 770
遇见更好的自我
遇见更好的自我 2020-12-08 04:30

There are many css-samples for styling color of links.

html5boilerplate.com offers such css code for link:

a { color: #00e; }
a:visited { color: #551         


        
5条回答
  •  我在风中等你
    2020-12-08 05:12

    i find its always good to add

    a { outline: none; }

    since some browsers add annoying outlines to links when you click them

提交回复
热议问题