Код: Выделить всё
/*html*/
[img]images/odin-lined.png[/img]
ODIN
Код: Выделить всё
/*css*/
.img-container {
background-image: url(images/sparkle.jpg);
width: clamp(500px, 800px, 1100px);
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-bottom: 12px;
}
#semi-trans {
position: absolute;
background-color: black;
opacity: 0.5;
width: inherit;
height: 80px;
z-index: 10;
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... -correctly
Мобильная версия