Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created April 24, 2017 19:58
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/cc9795498115fc874c4216c7dcca6aa8 to your computer and use it in GitHub Desktop.
Save codecademydev/cc9795498115fc874c4216c7dcca6aa8 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>Boxes within boxes!</h3>
<div>
<p>Paragraph One</p>
</div>
<div>
<p>Paragraph Two</p>
</div>
<div>
<p>Paragraph Three</p>
</div>
</body>
</html>
* {
border: 1px dashed #3A5FCD;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment