Question: 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
Get step-by-step solutions from verified subject matter experts
