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
+18 -5
View File
@@ -1,12 +1,25 @@
top-menu {
display: flex;
flex-direction: row;
.top-menu {
position: fixed;
top: 0px;
}
top-menu_item {
text-align: center;
.top-menu_logo {
padding: 5px;
}
.block-banner {
text-align: center;
background-image: url("../assets/banner.png");
height: 822px;
}
.block-banner h1 {
font-family: "Mulish", sans-serif;
width: 1051px;
margin: 5em auto;
}
.block-banner button {
margin: 0 auto;
}
* {
box-sizing: border-box;
}