Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.01 KB

css-grid

  • This is my solution to the Testimonials grid section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
  • CSS Grid is a powerful tool that CSS gives us to easily align items and create 2d layouts.
  • The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning.
  • Fully Responsive
  • This project was an excellent excercise in CSS grid and I learned how CSS grid made the layout of the individual card and the page significantly easier than traditional CSS. I learned how to use minmax, auto, and 1fr to make the page flow from mobile-first to the desktop.