Question
HTML5 and CSS3 trouble: I am stuck on these following steps: Go to the Tablet and Desktop Devices: Greater than 480 pixels section and create
HTML5 and CSS3 trouble:
I am stuck on these following steps:
Go to the Tablet and Desktop Devices: Greater than 480 pixels section and create a media query that matches screen devices with widths greater than 480 pixels.
With wider screens, Devan does not want the panels to occupy their own rows as is the case with mobile devices. Instead, within the media query create style rules, define the width of the different classes of comic book panel images as follows:
Set the width of size1 img elements to 100%.
Set the width of size2 img elements to 60%.
Set the width of size3 img elements to 40%.
Set the width of size4 img elements to 30%.
Horizontal Navigation List
For tablet and desktop devices, youll lay out the horizontal navigation list as a single row of links. Within the media query, create a style rule that displays the ulelement within the horizontal navigation list as a flexbox, oriented in the row direction with no wrapping. Set the height of the element to 40 pixels
For each li element within the ul element of the horizontal navigation list set their growth, shrink, and basis size values to 1, 1, and auto respectively so that each list items grows and shrinks at the same rate.
Assessment
Go to the gp_cover.html and click the "Build Website" button then click the navigation links to view the contents of the cover and first three pages. Verify that with a narrow screen the panels occupy their own rows and with a wider screen the sheets are laid out with several panels per row. Further verify that the horizontal navigation list is placed at the bottom of the page for mobile devices
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started