Skip to content

Instantly share code, notes, and snippets.

@stormsweeper
Created October 25, 2017 01:27
Show Gist options
  • Save stormsweeper/4f193463e4a314b65e152445e5d1dbb1 to your computer and use it in GitHub Desktop.
Save stormsweeper/4f193463e4a314b65e152445e5d1dbb1 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=4f193463e4a314b65e152445e5d1dbb1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> Awesome web page</h1>
<ul>
<li>Home</li>
<li>Blog</li>
<li>Pics</li>
<li>Resume</li>
<li>Art</li>
<li>Music</li>
<li>Shop</li>
</ul>
<img src="http://dogtime.com/assets/uploads/gallery/30-impossibly-cute-puppies/impossibly-cute-puppy-2.jpg">
<p>This site is awesome</p>
</body>
</html>
{"hiddenUIComponents":["editor.javascript"]}
body{font-family: arial;}
img {
width: 200px;
display:block;
clear:both;
}
li{
background:lightblue;
float: left;
}
ul{
list-style: none;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment