This commit is contained in:
2026-07-13 23:11:10 +03:00
parent 7ecc294e23
commit c02169ba1a
7 changed files with 318 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
.block-banner {
text-align: center;
background-image: url('../assets/banner.png');
height: 822px;
h1 {
font-family: "Mulish", sans-serif;
width: 1051px;
margin: 5em auto;
}
button {
margin: 0 auto;
}
}