Take a Mobile First Approach - How to Make a Website

Опубликовано: 13 Май 2026
на канале: Treehouse
3,953
14

Modern websites are built with mobile devices in mind from the start. Instead of building a "desktop" version of our site and working our way down, it's much easier to create the mobile experience first and then layer in complexity for larger screen resolutions. In this video, we'll go over some of the thinking behind mobile-first and then add some additional CSS.

Teacher's Notes

Vocabulary

Mobile First - The technique of creating mobile websites first and then progressively enhancing them to create the desktop version.

CSS Properties

text-align - Sets the justification of text, similar to a word processor. For example, text can be set to be aligned to the left, right, or center