This commit is contained in:
2022-03-13 18:20:10 +03:00
parent 648af4f060
commit 9d6735bd40
10 changed files with 880 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
.hero {
width: 100%;
padding: 128px 0;
position: relative;
background: white;
color: black;
text-align: center;
overflow: hidden;
}