HTML Tutorial 5: Designing for the Mobile Web

profilemotorman18301
gp_layout_txt.css

@charset "utf-8"; /* New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 5 Case Problem 1 Author: Kenneth Morris Date: 02/16/2018 Filename: gp_layout.css This file contains the layout styles and media queries used with sample pages from the Golden Pulps website. */ /* Import Basic Design Styles Used on All Screens */ @import url("gp_designs.css"); /* Flex Layout Styles */ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width"> /* ============================================ Mobile Devices: 0 - 480 pixels ============================================ */ /* =================================================== Tablet and Desktop Devices: Greater than 480 pixels =================================================== */