Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 681 Bytes
A simple magazine. I learned CSS Grid by building this project.

Challenges

This project took longer than expected to finish. CSS Grid is an important and complex topic. My biggest challenge was understanding the syntax for each property and not rushing through. Specifically when using grid-template-rows v columns, I had trouble understanding what the numbers were selecting.

Takeaways

Grid is an important concept. I need more practice before it really sinks in.

Based on FreeCodeCamp's Responsive Web Design course.