Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use other layout techniques such as float and clear and change the value of the display property. However, use media queries and you must use
use other layout techniques such as float and clear and change the value of the display property. However, use media queries and you must use CSS grid
When using the container elements eg section, div, nav, aside, etc. use the id attribute to uniquely select them with CSS
Follow the layout, but use content includes logos images, etc
Do not use image placeholders or lorem ipsum text use content such as can be anything, sports scores, movie review, favorite recipes.
Change captions, titles, logos color scheme, and categories to match your content
use the following semantic elements:
o Footer, header section, aside, figure, figcaption
use at least one web font either with @fontface or with @import
Your media queries will support the resolutions of:
o pixels wide and under
o to pixels wide range
o to pixels wide range
The layout changes for each of the resolutions shown.
Use the CSS grid for this and change the grid attributes within your media queries
Use percentages for widths so that the layout is also liquid you shouldnt need any fixed width values although you may need fixed height values for some items eg banner
Any text that you see in the screen shots has to be text not a screen shot of text and images
You are creating one document that has three media queries in it not three separate documents
Your CSS is in an external file eg style.css
The circle must be rescalable and therefore cannot be images such as PNG JPEG, GIF but they can be CSS shapes, CSS paths, or embedded SVG documents
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