Files
hotels/local/_front/css/style.css
T
2026-07-13 23:11:10 +03:00

28 lines
397 B
CSS

.top-menu {
position: fixed;
top: 0px;
}
.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;
}
/*# sourceMappingURL=style.css.map */