Do intake in README

This commit is contained in:
2026-01-09 00:44:03 +01:00
parent c120933749
commit 1497d303ea
7 changed files with 288 additions and 0 deletions

31
public/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 */