mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-19 02:02:51 +00:00
8 lines
72 B
CSS
8 lines
72 B
CSS
|
|
body {
|
||
|
|
background: white;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.lede {
|
||
|
|
font-size: 2em;
|
||
|
|
}
|