This project is a hands-on exercise from FreeCodeCamp focused on practicing CSS Flexbox. It demonstrates how to build flexible, responsive layouts by applying flexbox properties to structure and align elements.
My main goal is to gain practical experience with layout techniques by fulfilling the main task assigned, but also giving my own personal touch to the visual of the web page.
- Understand how flexbox works in a real layout
- Practice using flex container and flex item properties
- Improve alignment and spacing skills in CSS
- Make it cute
- HTML
- CSS
This project explores the following flexbox concepts:
display: flexflex-directionjustify-contentalign-itemsflex-wrapalign-content
flex-growflex-shrinkflex-basisalign-selforder
This project is based on exercises from the FreeCodeCamp Responsive Web Design Certification.
Created as part of FreeCodeCamp practice.