modifs in global attribute flexbox alternativ implementation

This commit is contained in:
asus
2023-11-17 17:49:44 +01:00
parent 5a443e6672
commit 7e0cb01352
4 changed files with 210 additions and 48 deletions

View File

@@ -1,6 +1,11 @@
html {
font-size: 62.5%;
}
:root {
--small-space: 10px;
--medium-space: calc(var(--small-space) * 3);
--big-space: calc(var(--small-space) * 10);
}
body {
/*
*/