Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Creating a CSS Plan Reply To: Creating a CSS Plan

#237251
Paulie_D
Member

In this simple example that you’ve provided, all you have to do is write a default h2 style, and then a media query for mobile devices.

It worth sayng that many deveopers prefer to start with mobile and use media queries for larger devices.

Providing a minimal (or at least stripped down ) experience for mobile helps you set a base set of rules which can then be enhanced for desktops.