I need help coding this into my CSS Code 3.Code a media query for the screen media type that has a maximum width of 850 pixels. 4. Within the media query, change the base font size for the page so it’s 90% of the default font size. In addition, remove the border, box shadow, and background image from the list items in the sidebar, and remove the left padding from the links in the sidebar. 5. Code another media query for the screen media type that has a maximum width of 650 pixels. 6. Within the media query, remove the floating from the section and aside, and change the width of those elements so they fill the page. Then, adjust the padding as necessary so the page looks as shown above.
I need help coding this into my CSS Code
3.Code a media query for the screen media type that has a maximum width of 850
pixels.
4. Within the media query, change the base font size for the page so it’s 90% of the
default font size. In addition, remove the border, box shadow, and background image
from the list items in the sidebar, and remove the left padding from the links in the
sidebar.
5. Code another media query for the screen media type that has a maximum width of
650 pixels.
6. Within the media query, remove the floating from the section and aside, and change
the width of those elements so they fill the page. Then, adjust the padding as
necessary so the page looks as shown above.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps