mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
add timely template for main block
This commit is contained in:
6
luckydiamond/src/assets/css/PagesStyles/home.css
Normal file
6
luckydiamond/src/assets/css/PagesStyles/home.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -84,7 +84,9 @@ body, html {
|
||||
.main {
|
||||
grid-area: main;
|
||||
background: #999;
|
||||
align-self: start;
|
||||
width: 60%;
|
||||
height: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
|
||||
Reference in New Issue
Block a user