Skip to content

Instantly share code, notes, and snippets.

@cesine
Created October 24, 2016 14:05
Show Gist options
  • Select an option

  • Save cesine/481cfb969d6c398790d3bdd63087507e to your computer and use it in GitHub Desktop.

Select an option

Save cesine/481cfb969d6c398790d3bdd63087507e to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=481cfb969d6c398790d3bdd63087507e
<!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