Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.63 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.63 KB

Flexbox exercises

A set of layout exercises which are expected to be solved using flexbox. These exercises are aimed at devs who have learnt flexbox and now want to test their understanding or get some hands-on experience of the core concepts and the different layout approaches.

Points to Note

These exercises are for testing out knowledge of flex concepts, as such they have been kept very simple

  • Exercises only use CSS and HTML. CSS is for basic styling and applying flexbox properties and HTML for the page structure.
  • The solutions are expected to be very simple and don't have any fallback/support for non-compliant browsers (See resources for more inforamtion on this).

Exercises

Resources