Created
October 25, 2017 01:27
-
-
Save stormsweeper/4f193463e4a314b65e152445e5d1dbb1 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=4f193463e4a314b65e152445e5d1dbb1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"hiddenUIComponents":["editor.javascript"]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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