Add scaffold of first assignment

This commit is contained in:
2025-09-24 12:25:05 +02:00
parent d60747e44a
commit 9665550002
27 changed files with 1359 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
:root {
--border-color: #a0a0a0;
--border-radius: 1rem;
--space: 1rem;
--primary-color: #1677ff;
--dark-primary-color: #003eb3;
}
body {
padding: var(--space);
height: 100vh;
width: 100vw;
}
h1,
p {
margin-block: 0.25rem;
}