Question: you will work with index.html and main.css . Write CSS code in main.css to complete the following tasks: Layout: Implement a 3 - row layout
you will work with index.html and main.css Write CSS code in main.css to complete the following tasks:
Layout: Implement a row layout using CSS Grid: Header, Main, and Footer.
Ensure there is no horizontal scroll.
Header: Position the stores name at the top left and navigation links at the top right.
Footer: Contains copyrights.
Main: Display all store items.
Maintain equal space between all items.
Each row should display items.
Store items should automatically wrap to the next row after every items.
storeitem: Style the item information.
All storeitems should have the same height and width.
Ensure that the Rating, Price, and Stock information are displayed in the same row.
Overall The layout should fill the browsers width without causing horizontal scrolling.My Store
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
