feat: layout

This commit is contained in:
2025-11-17 22:25:04 +08:00
parent e89c9a652f
commit 0a0c78635a
16 changed files with 747 additions and 39 deletions

View File

@@ -1 +1,7 @@
@import 'node_modules/modern-normalize/modern-normalize.css';
@import "modern-normalize";
@import "./reset.css";
:root {
--layout-width: 1200px;
}

11
src/styles/reset.css Normal file
View File

@@ -0,0 +1,11 @@
/* css reset */
a {
text-decoration: none;
color: inherit;
}
ul, ol {
list-style: none;
padding: 0;
margin: 0;
}