clamp()
(image with max-width: 100%;)
max-width: 100%;
div with width: clamp(300px, 80%, 600px);
width: clamp(300px, 80%, 600px);
return to blog