Skip to content

Instantly share code, notes, and snippets.

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 hanislovingit/375425a5f55cf98da167 to your computer and use it in GitHub Desktop.
Save hanislovingit/375425a5f55cf98da167 to your computer and use it in GitHub Desktop.
CSS example with high specificity
#mainContainer div p.product-desc span {
color: #ff0000;
font-weight: bold;
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment