Skip to content

Instantly share code, notes, and snippets.

@laurelschwulst
Created January 31, 2013 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save laurelschwulst/4684867 to your computer and use it in GitHub Desktop.
Save laurelschwulst/4684867 to your computer and use it in GitHub Desktop.
css-selectors.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Using Selectors</title>
<style>
p {
color: red;
}
</style>
</head>
<body>
<h1>Using Selectors</h1>
<h2>Subsection 1</h2>
<p>
Lorum ut vid que volorero vendigni dus sinis dolupta tibercid molenda corro ma vent, cus aut maioreperit, totatet et hillo volupta eribus at expliatur aliaectis sanit officature, nus as es quiae et eum verrovit fugit.
</p>
<h2>Subsection 1</h2>
<p>
Lorum ut vid que volorero vendigni dus sinis dolupta tibercid molenda corro ma vent, cus aut maioreperit, totatet et hillo volupta eribus at expliatur aliaectis sanit officature, nus as es quiae et eum verrovit fugit.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment