mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
21 lines
255 B
CSS
21 lines
255 B
CSS
|
|
html {
|
||
|
|
/* background-color: #f1f5f9; */
|
||
|
|
/* font-family: sans-serif; */
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 0 auto;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 80ch;
|
||
|
|
padding: 1rem;
|
||
|
|
line-height: 1.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
* {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
margin: 1rem 0;
|
||
|
|
font-size: 2.5rem;
|
||
|
|
}
|