Skip to main content

Practice ยท 2 of 2

Images That Never Overflow

Two declarations make images behave on every screen. Add to img: max-width: 100% (never wider than its container) and height: auto (keep proportions while shrinking). Rules: - Both declarations on a plain img element selector.

Difficulty: beginner

Back to lesson: Practice: Responsive Design โ€” Practice