How to use cqw
If you just want to make something a container so you can use cqw
instead of vw
<div>
<span>Hi</span>
</div>
div {
container-type: block;
// OR
container-type: inline-size;
}
span {
max-width: 50cqw
}
If you just want to make something a container so you can use cqw
instead of vw
<div>
<span>Hi</span>
</div>
div {
container-type: block;
// OR
container-type: inline-size;
}
span {
max-width: 50cqw
}