Skip to content

Instantly share code, notes, and snippets.

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