Skip to content

Instantly share code, notes, and snippets.

@inlinestyle
Created November 16, 2016 04:39
Show Gist options
  • Save inlinestyle/639c8bda5329fe6c4a12f84df6a7c3f4 to your computer and use it in GitHub Desktop.
Save inlinestyle/639c8bda5329fe6c4a12f84df6a7c3f4 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=639c8bda5329fe6c4a12f84df6a7c3f4
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="BensCoolDiv">
I am the content!
</div>
</body>
</html>
body {
background: lightblue;
}
#BensCoolDiv {
width: 400px;
height: 200px;
margin: 30px;
padding: 40px;
border: 20px solid hotpink;
background: lightgreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment