Question
Award Styles Go to the Award Styles section. In this section, you will create styles for the list of awards won by Pandaisia Chocolates. Information
Award Styles
Go to the Award Styles section. In this section, you will create styles for the list of awards won by Pandaisia Chocolates. Information boxes for the awards are placed within the div element with ID#awardList. Create a style rule for this element that places it using relative positioning, sets its height to 650 pixels, and automatically displays scrollbars for any overflow content.
Every information box in the #awardListelement is stored in a div element belonging to the awards class. Create a style rule that places these elements with absolute positioning and sets their width to 30%.
Position the Awards
Position the individual awards within the#awardList box by creating style rules for the div elements with id values ranging from #award1 to #award5 at the following (top, left) coordinates:
#award1: (80px, 5%)
#award2: (280px, 60%)
#award3: (400px, 20%)
#award4: (630px, 45%)
#award5: (750px, 5%)
(Hint: In the pc_specials.html file, the five awards have been placed in a divelement belonging to the awards class with id values ranging from #award1 to#award5).
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