Do intake in README
This commit is contained in:
31
public/styles/style.css
Normal file
31
public/styles/style.css
Normal 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 */
|
||||
|
||||
Reference in New Issue
Block a user