Created
January 9, 2021 13:13
-
-
Save lincerely/943f97edc7fe0ba235fd2ffca297dc91 to your computer and use it in GitHub Desktop.
ref: https://wiki.c2.com/
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
body { | |
font-size: 12px; | |
line-height: 1.5; | |
} | |
#page { | |
max-width: 500px; | |
margin: 15px; | |
word-wrap: break-word; | |
} | |
h1 { | |
display: flex; | |
align-items: baseline; | |
} | |
h1 span { | |
display: inline-block; | |
margin: 0 0 0 10px; | |
} | |
img, video { | |
max-width: 500px; | |
width: 100%; | |
} | |
pre { | |
word-wrap: break-word; | |
white-space: pre-wrap; | |
} | |
a { | |
text-decoration: none; | |
} | |
input { | |
width: 60%; | |
} | |
ul, ol { | |
padding-left: 1em; | |
} | |
dd { | |
margin: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment