Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created September 28, 2016 14:06
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/0ffa67c2dc847ff17e396ef2170c22e0 to your computer and use it in GitHub Desktop.
Save codecademydev/0ffa67c2dc847ff17e396ef2170c22e0 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>
<div>hello</div>
</body>
</html>
/*Add your CSS below!*/
div {
border-width: 1px solid black;
background-color:#CC0000;
margin: 10px 5px 5px 50px;
padding: 0px 30px 0px 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment