Created
March 14, 2016 17:34
-
-
Save cycleridr/29ba5b76e032c3820640 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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></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> |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"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