Files

32 lines
334 B
CSS
Raw Permalink Normal View History

2026-01-09 00:44:03 +01:00
/**************/
/* CSS REMEDY */
/**************/
*, *::after, *::before {
box-sizing:border-box;
}
/*********************/
/* CUSTOM PROPERTIES */
/*********************/
:root {
/* startje */
--color-text:#111;
--color-background:#eee;
}
/****************/
/* JOUW STYLING */
/****************/
/* jouw code */