Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2017 19:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/76fb5654b835955eff57e91f9d7d0b25 to your computer and use it in GitHub Desktop.
Save anonymous/76fb5654b835955eff57e91f9d7d0b25 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-color: #333;
}
div {
background-color: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
padding: 0.2em;
background-color: 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-color: #333;
}
div {
background-color: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
padding: 0.2em;
background-color: rgba(100,150,150,.5);
}
.right {
text-align: right;
}</script>
</body>
</html>
body {
background-color: #333;
}
div {
background-color: #c0dec5;
margin: 4em;
padding: 2em 3em 0 3em
}
p {
font-family: georgia, serif;
font-size: 20px;
line-height: 1.4em;
}
span {
padding: 0.2em;
background-color: 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