Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Modify the given HTML file to look like the web page below. Source: Wikipedia Add the following CSS rules to the embedded stylesheet: - An
Modify the given HTML file to look like the web page below. Source: Wikipedia Add the following CSS rules to the embedded stylesheet: - An ID selector for the ID game-table should: - Use the border property to add a 2px solid border using the color from the CSS variable - -table-color - Use the text-align property to center all text - Use a height of 200px and width of 400px - A descendant selector that targets the > inside the should: - Use the text-transform property to make the caption UPPERCASE - Set the background color using the CSS variable - -table-color - Set the font color to white - Add 10px padding - A pseudo-class selector : nth-child(even) for tr> should: - Set the background color using the CSS variable --row-bg-color
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