Responsive Web Design Fundamentals
About this Course
In this course you'll learn the fundamentals of responsive web design with Google's Pete LePage! You'll create your own responsive web page that works well on any device - phone, tablet, desktop or anything in between.
You’ll start by exploring what makes a site responsive and how some common responsive design patterns work across different devices. From there, you’ll learn how to create your own responsive layout using the viewport tag and …
Responsive Web Design Fundamentals
About this Course
In this course you'll learn the fundamentals of responsive web design with Google's Pete LePage! You'll create your own responsive web page that works well on any device - phone, tablet, desktop or anything in between.
You’ll start by exploring what makes a site responsive and how some common responsive design patterns work across different devices. From there, you’ll learn how to create your own responsive layout using the viewport tag and CSS media queries. As you proceed, you’ll experiment with major and minor breakpoints, and optimizing text for reading.
Learn and practice strategies for developing websites that look great on every device! Made with Google’s Pete LePage.
[
The way people browse the web is changing quickly - fewer and fewer users access the web at a desk in front of a large monitor with a keyboard and mouse. The web is increasingly being enjoyed on phones, tablets, wearables, TVs and everything in between. By designing a site to be responsive, it will look good and work well no matter what device your users have in front of them.
,Throughout this course, you’ll work through a project creating a home town website that works well on phones, tablets and desktop displays.
]
lesson 1
Why Responsive
Introduction to responsive design with Pete LePage.
Why does responsive design work for any device?
Remote debugging and emulation in the browser.
lesson 2
Starting Small
What is the viewport?
Learn about sizing the content to the viewport.
Touch targets, and why they should be large.
lesson 3
Building Up
How to take advantage of CSS media queries.
What is a breakpoint, and how to choose one.
How to use the CSS flexbox to modify layout.
lesson 4
Common Responsive Patterns
How to apply the mostly fluid pattern.
How to apply the column drop pattern.
How to apply layout shifter pattern.
lesson 5
Optimizations
Using minor break points.
How to optimize text layout.
How to use responsive tables, and strategies for dealing with them.