Skip to content

Instantly share code, notes, and snippets.

View todd-lm's full-sized avatar

Todd Lee-Millstein todd-lm

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Revalia" rel="stylesheet">
<title>AT THE TONE</title>
<style id="jsbin-css">
h1 {
font-family: 'Revalia', cursive;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
div {
height: 100px;
}