Skip to content

Instantly share code, notes, and snippets.

@alexpelan
Created November 6, 2016 14:34
Show Gist options
  • Select an option

  • Save alexpelan/acd18d5c6fa8f211e4365ab947caf908 to your computer and use it in GitHub Desktop.

Select an option

Save alexpelan/acd18d5c6fa8f211e4365ab947caf908 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: http://localhost:3001/?gist=acd18d5c6fa8f211e4365ab947caf908
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div> This is my div, it is cool </div>
</body>
</html>
div {
background-color: yellow;
border: 1px dotted black;
height: 50px;
width: 300px;
margin-top: 5px;
margin-bottom: 10px;
margin-right: 8px;
margin-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 10px;
text-align: left;
float: right;
color: red;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment