Created
December 11, 2016 14:20
-
-
Save anonymous/110420574ad686b74f9b03fc115a8387 to your computer and use it in GitHub Desktop.
// source https://jsbin.com/yeruca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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