Skip to content

joinpursuit/css_flexbox_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CSS Flexbox

The best way to learn Flexbox is to play Flexbox Froggy all the way through.

Once you've done that, take a look at index.html in this folder. Update the CSS file so that each box:

  • Is arranged in a row, wrapping when the window gets smaller than the total width of the elements.
  • Is ordered according to the color of the elements - all red divs should be first, then yellow, then blue.
  • If the window is larger than the total width of the elements, they should be evenly spaced across the window.

Please do this without changing the HTML at all.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published