Install sass

This commit is contained in:
2022-11-01 21:15:51 +02:00
parent 398a73cec1
commit 08ebc9569d
6 changed files with 350 additions and 155 deletions

9
styles/Home.module.scss Normal file
View File

@@ -0,0 +1,9 @@
.outerContainer {
display: flex;
justify-content: center;
}
.innerContainer {
display: flex;
align-items: center;
}