Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description: For this assignment, you will be creating a web site for a fictional record store. This assignment will emphasize your use of various techniques
Description:
For this assignment, you will be creating a web site for a fictional record store. This assignment will emphasize your use of various techniques that we've learned fart arranging various elements on the screen.
Requirements:
Use CSS Flexible Layout eg "Flexbox" in order to prominently display five featured albums on your page horizontally. You should define the appearance of these items using the following properties:
flexdirection
flexwrap
justifycontent
alignitems
When the user hovers over one of these featured records, move that record vertically lower and make it become larger.
Create an HTML table that displays your inventory. Use table headers as shown in class to add the following columns to your table:
Artist Name
Album Name
Price
Add information for at least records to your table.
Create an additional HTML page that contains information about your record store. Use float to offset some portion of the page from the rest of your text. Use absolute and relative positioning somewhere on this page.
Create a navigation menu to navigate between the two pages.
Use an HTML footer element as shown in class to provide some contact information about the store. Use your CSS file to style the footer differently from the rest of the page.
Bonus: For points of extra credit, display information about the record that was not previously visible when the user hovers over it
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