Flexbox Challenge
Explore how to apply Flexbox properties to position and scale elements dynamically within a layout. This lesson guides you through organizing elements vertically and horizontally, controlling order, and managing growth and shrink factors for responsive design.
We'll cover the following...
We'll cover the following...
Challenge
Use flexbox properties to style the zombies’ positions and placement. The basic set of styling including the colors and borders has been done for your ease.
In your output, the first and last image should grow and shrink in response to window resize twice as much as the second and third. Your output should look and behave like this:
Note: You cannot alter the HTML
lisequence to change zombie positions. Use CSS to do so. ...