Created
July 31, 2019 06:18
-
-
Save lincerely/33513cbb2ca32fb0f389a2c46a55daec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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