Skip to content

Instantly share code, notes, and snippets.

@nandor85
Created September 16, 2020 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nandor85/6d81e294fa8f9aeb13366d965ae8707a to your computer and use it in GitHub Desktop.
Save nandor85/6d81e294fa8f9aeb13366d965ae8707a to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/fodogec
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background-color: lightgray;
}
.container {
max-width: 90%;
margin: 0 auto;
background-color: white;
padding: 20px;
}
img {
float: left;
margin: 10px;
}
</style>
</head>
<body>
<div class="container">
<img src="http://i.imgur.com/W9jA8bIl.jpg" rel="Jules" width="150px">
<h1>We happy?</h1>
<p>You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don't know exactly when we turned on each other, but I know that seven of us survived the slide... and only five made it out. Now we took an oath, that I'm breaking now. We said we'd say it was the snow that killed the other two, but it wasn't. Nature is lethal but it doesn't hold a candle to man.</p>
</div>
<script id="jsbin-source-css" type="text/css">body {
background-color: lightgray;
}
.container {
max-width: 90%;
margin: 0 auto;
background-color: white;
padding: 20px;
}
img {
float: left;
margin: 10px;
}</script>
</body>
</html>
body {
background-color: lightgray;
}
.container {
max-width: 90%;
margin: 0 auto;
background-color: white;
padding: 20px;
}
img {
float: left;
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment