Напишите код, который у меня есть на данный момент, ссылку на codepen или, если хотите, код ниже
HTML:
Header
TestCSS:
.container {
display: flex;
}
.content-wrapper {
background-color: tomato;
width: 100%;
padding: 5rem;
color: white;
}
.content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
width: 100%;
container: content / inline-size;
}
.img {
height: 100%;
width: 100%;
}
.img img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 4 / 3;
}
@container content (width > 100px) {
h1 {
font-size: 100cqb;
color: yellow;
margin-bottom: 0;
word-break: no-break;
outline: 1px solid pink;
}
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... -container
Мобильная версия