Skip to content

Instantly share code, notes, and snippets.

@sarahzinger
Created October 5, 2016 14:40
Show Gist options
  • Save sarahzinger/bec84503080133a15de4b66834ef9391 to your computer and use it in GitHub Desktop.
Save sarahzinger/bec84503080133a15de4b66834ef9391 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=bec84503080133a15de4b66834ef9391
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
</head>
<body>
<h1>Sarah Zinger!</h1>
</body>
</html>
*{
background-color: #8CD9B1
}
h1 {
font-family: 'Cormorant Garamond', serif;
color: #576DC7;
font-size: 500%;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment