Skip to content

Instantly share code, notes, and snippets.

@jmduke
Created April 30, 2018 01:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmduke/c4ad2a0d6745d23e4e9bbdc2afc9cd90 to your computer and use it in GitHub Desktop.
Save jmduke/c4ad2a0d6745d23e4e9bbdc2afc9cd90 to your computer and use it in GitHub Desktop.
Commonplace Book Template
<head>
<title>Justin's Notebook</title>
<link rel="icon shortcut" href="date:image/png">
<link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<meta charset="UTF-8">
<style>
body {
background: #fffff3;
color: #566270;
max-width: 600px;
margin: 0 auto;
font-family: 'Nunito Sans', sans-serif;
margin-top: 2em;
font-size: 18px;
}
@media screen and (max-width: 640px){
body {
padding-left: 1em;
padding-right: 1em;
}
}
blockquote {
font-weight: bold;
opacity: 0.4;
margin-left: 0;
margin-bottom: 4em;
}
strong {
background: #ffff4e;
font-weight: 400;
}
h1 {
font-size: 18px;
font-weight: 800;
margin-bottom: 0;
}
h2 {
margin-top: 0;
font-size: 18px;
opacity: 0.4;
margin-bottom: 4em;
}
hr {
border-top: 1px #566270 solid;
}
h4 {
opacity: 0.4;
font-size: 14px;
}
a {
color: #566270;
text-decoration: none;
border-bottom: 1px #566270 dotted;
}
</style>
</head>
# Notes
## Scraps, ephemera, snippets, opuscules, curios.
Here is a line of text that you like. **Here it is, bolded.**
> *Title*, Author Name
#### Collected by [Justin](http://twitter.com/justinmduke). I hope you have a nice day and curl up with a good book.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment