(images with max-width: 100%;)
max-width: 100%;
Resize your browser window to see its effect. "Ctrl + Shift + M" if you're cool and use Firefox.
div with width: 80%;
width: 80%;
max()
div with width: max(80%, 400px);
width: max(80%, 400px);
return to blog