begin an scss file structure concept

This commit is contained in:
2025-02-22 15:30:22 -05:00
parent 5620b65511
commit ebe33a126b
7 changed files with 90 additions and 10 deletions

View File

@ -0,0 +1,10 @@
@mixin styling {
display: flex;
justify-content: space-between;
width: 100vw;
height: variables.$header-Y;
background-color: rgb(10,10,10);
p { margin-left: 10px; }
section { height: 100%; }
}