Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Update the CSS to configure the following: 1 . The table element selector. Code a new style rule for the table element selector that configures

Update the CSS to configure the following:
1. The table element selector. Code a new style rule for the table element selector
that configures a centered table (use margin-left: auto; margin-rigth:
auto;) with an 60% width, a 1 pixel purple (#3F2860) border, a 1em bottom margin,
and no cell spacing (use border-collapse: collapse; ).
2. The td, th element selectors. Code a new style rule for the table cells (td and th
elements) that configures 0.5em of padding and 1 pixel purple border (#3F2860).
3. The tr:nth-of-type(even) pseudo-class selector. The table looks more appealing if
the rows have alternate background colors but is still readable without them (this is often
called zebra striping). Apply the alternate-row pseudo-class selector to configure the
even table rows with a #D7E8E9 background color.
4. Configure table caption. Code a new style rule that sets a 1em margin, bold text, and
120% font size.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Reliability Engineering Designing And Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors

1st Edition

978-1491925942

Students also viewed these Databases questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago