initial commit
This commit is contained in:
commit
ba0dbafa3c
3 changed files with 663 additions and 0 deletions
22
minimal-css/minimal.css
Normal file
22
minimal-css/minimal.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
100 Bytes of CSS
|
||||
from : https://www.swyx.io/css-100-bytes/
|
||||
see also : https://watercss.kognise.dev/
|
||||
*/
|
||||
|
||||
html {
|
||||
max-width: 70ch;
|
||||
padding: 3em 1em;
|
||||
margin: auto;
|
||||
line-height: 1.75;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
margin: 3em 0 1em;
|
||||
}
|
||||
|
||||
p,ul,ol {
|
||||
margin-bottom: 2em;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue