Home Tech & Coding Web Development Web Design
Responsive Web Design Fundamentals

Responsive Web Design Fundamentals

Learn and practice strategies for developing websites that look great on every device! Made with Google's Pete LePage.
Video Beginner Advanced
UPVOTE 2
SAVE THIS COURSE
Course Website
www.udacity.com
Share this page
Gallery
Description

Summary

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.

Expected Learning

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.

Syllabus

Overview

This course consists of 5 lessons. The first one is an overview of responsive design and introduces the way you’ll need to shift your thinking as you go from desktop first design, to responsive design. Lessons 2, 3, 4 and 5 will cover the important theoretical concepts of responsive design, and include plenty of hands-on exercises implementing what you’ve learned.

Lesson 1 - Why Responsive?

What is responsive web design and why is it important? What kinds of devices should we be targeting with our design? How can we best leverage the different capabilities of each device to provide great experiences to users? You’ll also make sure that your development environment is ready to go.

Topics covered:

  • What is responsive design?
  • Why does responsive design work for any device?
  • Remote debugging and emulation in the browser

Lesson 2 - Starting Small

The best way to get started is to start small and build up. In this lesson, we’ll cover the key components that make a site great on a small screen, including setting the viewport, adding content and sizing the content to the viewport. You’ll start the home town site project, by making sure that it looks good on a small screen.

Topics covered:

  • Why start small and build up?
  • What is the viewport?
  • Sizing the content to the viewport
    • avoiding static sized items
  • Touch targets, and why they should be large

Lesson 3 - Building Up

Once you’ve got a page optimized for small screens, it’s time to start thinking about how they’ll look on larger screens. Learn how to use CSS media queries to add breakpoints that change the layout depending on the screen size or other device characteristics.

Topics covered:

  • CSS media queries
  • What is a breakpoint, and how to choose one
  • Using the CSS flexbox to modify layout

Lesson 4 - Common Responsive Patterns

Now that you’ve got the basics of responsive design down, you’ll learn about and practice some of the common layout design patterns used across sites. You'll also iterate on the home town site project, creating breakpoints for tablet and desktop layouts using the patterns from this lesson.

Topics covered:

  • Mostly fluid pattern
  • Column drop pattern
  • Layout shifter pattern
  • Off canvas pattern

Lesson 5 - Optimizations

Learn strategies for minor breakpoints used to adjust the margins or padding on an element, or increase the font size to make it feel more natural in the layout. You’ll also learn about strategies for dealing with tables and optimal text readability. At the end of the lesson, you'll iterate for the last time on the home town site, adding minor breakpoints to really make the experience stand out.

Topics covered:

  • Minor break points
  • Optimizing text layout
    • font size
    • optimal line length
  • Responsive tables, and strategies for dealing with them

Required Knowledge

You should be comfortable reading and writing HTML and CSS. You should also be able to inspect and modify websites using browser developer tools (we use Google Chrome, but you should be able to accomplish all the tasks in this course with any browser's developer tools).

If you are unfamiliar with HTML and CSS, or if feel like you need to brush up on them, start with our Intro to HTML and CSS.

You will not need to write JavaScript for this course.


Pricing:
Free
Level:
Intermediate
Duration:
2 weeks
Educator:
Cameron Pittman
Organization:
Google
Submitted by:
Coursearena
Reviews
Would you recomment this course to a friend?
Discussion
There are no comments yet. Please sign in to start the discussion.