Created
September 14, 2014 22:52
-
-
Save shearichard/1f4e37f7d7816d83dcc5 to your computer and use it in GitHub Desktop.
// source http://jsbin.com/cuhil/1
This file contains 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> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
img{ | |
width: 80%; | |
margin: 0%; | |
padding: 0%; | |
border:1px solid #021a40; | |
} | |
body{ | |
margin: 1em; | |
background: silver; | |
font-family: sans-serif; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>This made me think ..</h1> | |
<p>This made me think of Ginger and Sperry !</p> | |
<img src="http://i.imgur.com/6JOBefq.jpg"> | |
<script id="jsbin-source-css" type="text/css">img{ | |
width: 80%; | |
margin: 0%; | |
padding: 0%; | |
border:1px solid #021a40; | |
} | |
body{ | |
margin: 1em; | |
background: silver; | |
font-family: sans-serif; | |
}</script> | |
</body> | |
</html> |
This file contains 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
img{ | |
width: 80%; | |
margin: 0%; | |
padding: 0%; | |
border:1px solid #021a40; | |
} | |
body{ | |
margin: 1em; | |
background: silver; | |
font-family: sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment