A Sample Flexbox Layout
Description
This is a simple responsive flexbox layout with a header, main area, two asides, and a footer.
Sample Flexbox Layout
Reflection Statement
I previously knew how to code a flexbox layout. I learned how to use different properties for a flexbox layout. I still need to learn other ways to code a flexbox layout.
Flexbox Tutorial Practice
Description
In this tutorial, I made a responsive website using flexbox. The website contains a header and footer navigation, a main section, and a sidebar.
Flexbox Tutorial
Reflection Statement
I have previously used Flexbox to design websites. I prefer using flexbox over floats and positioning. I learned how to use flex-wrap, flex-basis, flex-grow, and flex-shrink. I still need to learn how to use flex basis in other projects.
CSS Grid Layouts Project
Description
This project was a site redesign using CSS grid.
CSS Grid Layout
Reflection Statement
I had no previous knowledge of how to code a grid template. I learned how to code a grid layout with a logo, header, navigation, main content, aside, sponsors section, and footer. I also learned how to use column, rows, and grid-template-areas. I still need to learn more grid layout properties.