Skip to content

Instantly share code, notes, and snippets.

@shearichard
Created September 14, 2014 22:52
Show Gist options
  • Save shearichard/1f4e37f7d7816d83dcc5 to your computer and use it in GitHub Desktop.
Save shearichard/1f4e37f7d7816d83dcc5 to your computer and use it in GitHub Desktop.
<!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>
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