Created
November 1, 2016 14:51
-
-
Save TonyArra/439d84134939806f84ba2f4878897006 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=439d84134939806f84ba2f4878897006
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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