Skip to content

Instantly share code, notes, and snippets.

Created December 11, 2016 14:20
Show Gist options
  • Select an option

  • Save anonymous/110420574ad686b74f9b03fc115a8387 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/110420574ad686b74f9b03fc115a8387 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
body {
}
div {
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
</style>
</head>
<body>
<div>
<p>Build a good <span>name</span>. Keep your <span>name</span> clean. Be concerned about doing good work. Protect your work, and if you build a good <span>name</span>, eventually that <span>name</span> will be its own currency.</p>
<p class="right">— William S. Burroughs’s advice to Patti Smith</p>
</div>
<script id="jsbin-source-css" type="text/css">body {
}
div {
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}</script>
</body>
</html>sss
body {
}
div {
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment