begin an scss file structure concept
This commit is contained in:
10
src/scss/elements/header.scss
Normal file
10
src/scss/elements/header.scss
Normal 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%; }
|
||||
}
|
Reference in New Issue
Block a user