仿md渲染显示——停止过度设计你的CSS
小于 1 分钟
仿md渲染显示——停止过度设计你的CSS
https://www.bilibili.com/video/BV1Mo4y1w7XH/
一个简单的 css。
style.css
html {
color-scheme: light dark;
}
body {
font-family: system-ui;
font-size: 1.125rem;
line-height: 1.5;
}
main {
width: min(70ch, 100% - 4rem);
margin-inline: auto;
}
img,
svg,
video {
max-width: 100%;
display: block;
}