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> |
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> |
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>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> |