Skip to content

Instantly share code, notes, and snippets.

@cycleridr
Created March 14, 2016 17:32
Show Gist options
  • Save cycleridr/00e697c0a74f68cb8c61 to your computer and use it in GitHub Desktop.
Save cycleridr/00e697c0a74f68cb8c61 to your computer and use it in GitHub Desktop.
Untitled
<!DOCTYPE html>
<html><head><title>HTML5, CSS3 and JavaScript demo</title><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine"><link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Open+Sans:300'> <style>body {font-size: 48px;} .Tangerine {font-family: 'Tangerine', serif;} .TangerineShadow {text-shadow: 4px 4px 4px #aaa;}.OpenSans {font-family: 'Open Sans', sans-serif;} </style> </head><body> <!-- Start your code here --><div class="Tangerine">Making the Web Beautiful!</div><div class="Tangerine TangerineShadow">Making the Web Beautiful!</div><div class="OpenSans">Making the Web Beautiful!</div> <!-- End your code here --> </body></html>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment