Skip to content

Instantly share code, notes, and snippets.

@TonyArra
Created November 1, 2016 14:51
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 TonyArra/439d84134939806f84ba2f4878897006 to your computer and use it in GitHub Desktop.
Save TonyArra/439d84134939806f84ba2f4878897006 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=439d84134939806f84ba2f4878897006
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="middle">
<p class="loud">FIRST.</p>
<p class="envy">But we're both centered at least.</p>
</div>
<div id="not">
<p class="envy">You're too loud.</p>
<p class="loud">You're just jealous</p>
</div>
</body>
</html>
/* Center the text inside of div#middle */
/* Make the loud class large and bold (use CSS only) */
/* Make the envy class green */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment