in
This commit is contained in:
parent
0d0310cea7
commit
dc43aee71a
26 changed files with 0 additions and 0 deletions
41
in/style/reset.css
Normal file
41
in/style/reset.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
*::after,
|
||||
*::before,
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
* {
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
color-scheme: dark light;
|
||||
}
|
||||
|
||||
body {
|
||||
/* LATER */
|
||||
hanging-punctuation: first last;
|
||||
min-block-size: 100svh;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
figcaption,
|
||||
li,
|
||||
p {
|
||||
max-inline-size: 79ch;
|
||||
/* LATER */
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
img,
|
||||
picture,
|
||||
svg,
|
||||
video {
|
||||
display: block;
|
||||
max-inline-size: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue