
CSS
Mobile First Design
March 4th, 2022

Mobile-First Site Build (with CSS Grid)
Websites need to look good on all devices & screen sizes - desktops, laptops, tablets, mobiles & others.In this Mobile-first website build tutorial we'll use CSS grid to create a fully responsive website from scratch. To do this we'll be using media queries & adopting a mobile-first approach, meaning we design for smaller screens first & work upwards in size. If you want to learn about responsive web design, this is the course.