Apply styles on Home page
This commit is contained in:
13
kitabcitab/styles/Layout.module.css
Normal file
13
kitabcitab/styles/Layout.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user