Created
April 13, 2013 17:05
-
-
Save sebdeckers/5379212 to your computer and use it in GitHub Desktop.
Using JavaScript snippets
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> | |
| <title>Homepage | My Personal Site</title> | |
| </head> | |
| <body> | |
| <article> | |
| <h1 id="headline">Nunc Vehicula Dapibus</h1> | |
| <p>Proin ornare ligula eu tellus tempus & elementum.</p> | |
| <p>Aenean bibendum iaculis mi, | |
| nec blandit lacus interdum vitae.</p> | |
| <p>Vestibulum non nibh risus, a scelerisque purus.</p> | |
| </article> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
| <script src="jquery.fittext.js"></script> | |
| <script> | |
| jQuery("#headline").fitText(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment