Skip to content

Instantly share code, notes, and snippets.

Created August 5, 2016 03:03
Show Gist options
  • Save anonymous/7144d04379b2aba42f499c7c850ade71 to your computer and use it in GitHub Desktop.
Save anonymous/7144d04379b2aba42f499c7c850ade71 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
body {
background: #333;
}
div {
background: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em;
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
font-variant: small-caps;
font-family: Tahoma, sans-serif;
letter-spacing: .25em;
padding: 0 .2em;
background: rgba(100, 150, 150, .5);
}
.right {
text-align: right;
}
</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 {
background: #333;
}
div {
background: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em;
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
font-variant: small-caps;
font-family: Tahoma, sans-serif;
letter-spacing: .25em;
padding: 0 .2em;
background: rgba(100, 150, 150, .5);
}
.right {
text-align: right;
}</script>
</body>
</html>sss
body {
background: #333;
}
div {
background: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em;
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
font-variant: small-caps;
font-family: Tahoma, sans-serif;
letter-spacing: .25em;
padding: 0 .2em;
background: rgba(100, 150, 150, .5);
}
.right {
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment