css/wip
This commit is contained in:
parent
2208047957
commit
0bdf9bae4b
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
block-size ← height
|
||||||
|
inline-size ← width
|
||||||
|
margin-block ← vspace
|
||||||
|
padding-block[-start|end]
|
||||||
|
padding-inline[-start|end]
|
||||||
|
*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,6 +44,10 @@ background-color: #033;
|
||||||
margin-block: 4rem;
|
margin-block: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
background-color: #303;
|
background-color: #303;
|
||||||
}
|
}
|
||||||
|
@ -50,5 +62,6 @@ color: #f77;
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #003;
|
background-color: #003;
|
||||||
|
padding: 1rem 2rem;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue