Skip to content

Instantly share code, notes, and snippets.

@lincerely
Created July 31, 2019 06:18
Show Gist options
  • Save lincerely/33513cbb2ca32fb0f389a2c46a55daec to your computer and use it in GitHub Desktop.
Save lincerely/33513cbb2ca32fb0f389a2c46a55daec to your computer and use it in GitHub Desktop.
/* 15jul14abu
* 06dec12jk
* (c) Software Lab. Alexander Burger
*/
html {
background-color: #ddd;
}
body {
margin: auto;
max-width: 50em;
border: 1px solid #bbb;
background-color: white;
padding: 2em 7% 4em 10%;
}
h5 {
font-size: 95%;
margin-bottom: 1em;
}
dt {
margin: 0.4em -2em 0 0;
font-weight: 600;
color: #444;
}
dd {
margin-top: 0.3em;
margin-bottom: 0.4em;
}
code {
color: rgb(0%,40%,0%);
}
dt code {
word-spacing: -0.04em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment