Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created May 27, 2017 00:53
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 codecademydev/c24008a208eba668969ece6f5d5b0caf to your computer and use it in GitHub Desktop.
Save codecademydev/c24008a208eba668969ece6f5d5b0caf to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<h3 class="fancy">
<p class="fancy">Monkeys</p>
<p id="serious">Chimps</p>
<p>Gorillas</p>
</h3>
</body>
</html>
.fancy {
font-family: cursive;
color: violet;
}
#serious {
font-family: Courier;
color: #8c8c8c
}
body :nth-child(4) {
font-size: 26px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment