Files
hotels/local/_front/css/banner.scss
T
2026-07-14 17:02:33 +03:00

32 lines
672 B
SCSS

.block-banner {
text-align: center;
background-image: url('../assets/banner.png');
height: 822px;
display: flex;
flex-direction: column;
justify-content: center;
grid-gap: 2em;
h1 {
/* position: relative;
top:100px;
left:auto;*/
font: {
size: 65px;
weight: 800;
}
text-transform: uppercase;
width: 1051px;
margin: 0 auto;
color: var(--main-text-color);
}
button {
padding: 16px 42px;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 4px;
font: {
size: 24px;
}
}
}