Media Queries

Peter Gasston teilt einige Erkenntnisse im Umgang mit CSS media-queries:

Probably the most important point I learned was that if you’re planning to use media queries, that decision must be made at the very start of the project, because it affects not only the way you write your CSS, but also your markup. In order to make pages that adapt easily to different device viewports, you must make decisions about how to mark up your content in a way that allows for that adaptation.

Possibly related posts (automatically generated)