Apply styles on Home page

This commit is contained in:
ismailsosic
2022-12-28 22:09:58 +01:00
parent 4929ee397f
commit 5883015410
704 changed files with 634 additions and 10114 deletions

View File

@@ -0,0 +1,13 @@
.center {
display: flex;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
position: relative;
padding: 4rem 0;
}
.search:hover {
background-color: #303134;
}