First commit

This commit is contained in:
2026-01-09 00:31:55 +01:00
commit c120933749
6 changed files with 303 additions and 0 deletions

31
styles/style.css Normal file
View File

@@ -0,0 +1,31 @@
/**************/
/* CSS REMEDY */
/**************/
*, *::after, *::before {
box-sizing:border-box;
}
/*********************/
/* CUSTOM PROPERTIES */
/*********************/
:root {
/* startje */
--color-text:#111;
--color-background:#eee;
}
/****************/
/* JOUW STYLING */
/****************/
/* jouw code */