It seems that these couple weeks have taught us a lot about different possibilities for layouts, some which seem more convenient than others.
As someone who wants to create more complex web designs, learning about the different layout models was nice to experience. Seeing how we could use one model to basically replace another was also helpful to see which layout models were more convenient.
One thing that struck out to me the most was with the Grid model. I thought it was pretty neat and creative how we could create our own layout right in the code itself with grid-template-areas. For me, it felt a bit easier to understand compared to the grid-column/grid-row since I still don’t really understand how the fractions work with it.
Hopefully by the end I can get a better understanding on which layout models work the best for specific designs as they each seem like they have their strengths and weaknesses.