This commit is contained in:
2026-06-19 23:21:54 +02:00
parent 29f2af5d30
commit 627fbf1b8d
10 changed files with 32 additions and 39 deletions

View File

@@ -1,4 +0,0 @@
footer {
border-top: 1px solid #222;
margin-top: 1rem;
}

View File

@@ -1,4 +0,0 @@
header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
}

View File

@@ -1,15 +0,0 @@
@import "components/header.css";
@import "components/footer.css";
body {
color: #222;
font-family: sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
}
a {
color: #00e;
text-decoration: none;
}