hero square done

This commit is contained in:
yousifpa98
2024-12-19 22:52:36 +01:00
parent c58c287054
commit 1ff58ea7cc
15 changed files with 277 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
main {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
}