created 3 blocks

This commit is contained in:
2026-07-14 17:02:33 +03:00
parent c02169ba1a
commit fa31fef9cf
14 changed files with 577 additions and 38 deletions
+20 -2
View File
@@ -2,12 +2,30 @@
text-align: center;
background-image: url('../assets/banner.png');
height: 822px;
display: flex;
flex-direction: column;
justify-content: center;
grid-gap: 2em;
h1 {
font-family: "Mulish", sans-serif;
/* position: relative;
top:100px;
left:auto;*/
font: {
size: 65px;
weight: 800;
}
text-transform: uppercase;
width: 1051px;
margin: 5em auto;
margin: 0 auto;
color: var(--main-text-color);
}
button {
padding: 16px 42px;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 4px;
font: {
size: 24px;
}
}
}