Skip to content

Instantly share code, notes, and snippets.

@evblurbs
Created June 20, 2019 18:02
Show Gist options
  • Save evblurbs/888e514b2d87181ef1d1b11e3a691313 to your computer and use it in GitHub Desktop.
Save evblurbs/888e514b2d87181ef1d1b11e3a691313 to your computer and use it in GitHub Desktop.
Kasey's Movie Disclaimer // source https://jsbin.com/gadupov
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Kasey's Movie Disclaimer</title>
<style id="jsbin-css">
* {
text-transform: uppercase;
font-family: Helvetica, 'Arial';
}
p {
font-weight: 300;
letter-spacing: 2px;
line-height: 1.5em;
}
</style>
</head>
<body>
<h2>Disclaimer</h2>
<p>The AMC Giftcard you received is to be used for the sole purpose of bring joy and happiness to Kasey. Example uses include making Evan watch a scary movie so he squirms next to you while squeezing your hand until it loses circulation or bring Chase and Ashlyn to Toy Story 4 to watch the reunion of Woody and Bo Peep. Any use of the giftcard that does not bring joy or hapiness to Kasey is strictly prohibited and punishable by law.</p>
<p>Side effects of this product are likely to include sass, contagious laughter, and an irresistbly cute smile.</p>
<p>This product may not be redeemed for cash. This product may be exchanged for as many painfully slow ferris wheel rides of death as Kasey may want (or handle).</p>
<iframe src="https://giphy.com/embed/lwK4JxALPPF8Q" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/lovespringfield-sunset-fair-lwK4JxALPPF8Q"></a></p>
<script id="jsbin-source-css" type="text/css">* {
text-transform: uppercase;
font-family: Helvetica, 'Arial';
}
p {
font-weight: 300;
letter-spacing: 2px;
line-height: 1.5em;
}</script>
</body>
</html>
* {
text-transform: uppercase;
font-family: Helvetica, 'Arial';
}
p {
font-weight: 300;
letter-spacing: 2px;
line-height: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment