Skip to content

Instantly share code, notes, and snippets.

@fredchu
Created June 26, 2014 07:06
Show Gist options
  • Select an option

  • Save fredchu/77ff6647e71f88ffb008 to your computer and use it in GitHub Desktop.

Select an option

Save fredchu/77ff6647e71f88ffb008 to your computer and use it in GitHub Desktop.
Styling <a> without href attribute
a:not([href]) {
/* Styles for anchors without href */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment