add timely template for main block

This commit is contained in:
Kostya
2023-11-20 21:23:14 +03:00
parent cda426a680
commit 4ed3ef1a1e
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.main {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}