Created
October 24, 2016 14:05
-
-
Save cesine/481cfb969d6c398790d3bdd63087507e to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=481cfb969d6c398790d3bdd63087507e
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>No Name</title> | |
| </head> | |
| <body> | |
| <h2>Creating sections with divs</h2> | |
| <p>Make this a black page, with white text.</p> | |
| <p>The text of the page is "Impact, Charcoal, sans-serif" font-family</p> | |
| <hr> | |
| <h2>Two Worlds</h2> | |
| <div> | |
| Create two divs inside of this div which occupy 50% of the width and are 20 lines high. | |
| The first div should be green, | |
| the second div should be blue. | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment