Question: In the styles.css file, within the tablet media query, insert a comment with the text Tablet Viewport: Style rule for form element below the .

In the styles.css file, within the tablet media query, insert a comment with the text Tablet Viewport: Style rule for form element below the .map style rule. Then, create a style rule for the form selector that sets the width to 70% and sets top and bottom margin to zero, and left and right margins to auto .
20
In the styles.css file, within the desktop media query, insert a comment with the text Desktop Viewport: Style rules for form elements below the table style rule. Then create the following style rules:
Create a style rule for the form-grid class selector that sets the display to a grid , sets the grid template columns value to auto auto , and sets the grid gap to 20px .
Create a style rule for the btn class selector that sets the grid column value to 1/ span 2.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!