Skip to content

Instantly share code, notes, and snippets.

@sincerefly
Created January 5, 2016 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sincerefly/6e302d32b035b7a58c3a to your computer and use it in GitHub Desktop.
Save sincerefly/6e302d32b035b7a58c3a to your computer and use it in GitHub Desktop.
链接样式1
a:link,a:visited{
font-weight: bold;
color: darkgray;
text-align: center;
padding: 6px;
text-decoration: none;
}
a:hover,a:active{
color: dimgray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment