Subscribe:

Monday

Colors

To change the qualifications shade of an whole desk, you can add the qualifications shade property to your design piece, using the desk tag as the selector. The following example reveals how this might look in an inner design piece, say the desk you are style is the only desk on the site.
table {background-color: #999;}

                                   
But what if you did have several tables on your page? Be aware that using the preceding code would cause all tables on the page to be rendered with the same background color. To create specific styles for each table on a page that included multiple tables, you might use classes:
.table1 {background-color: #999;}
.table2 {background-color: #333;}

Then, you would referrals the category name (without the period) from the starting desk tag, as in

<table class="table1">
Depending on which technique makes the desk, the qualifications shade you specify may or may not appear within the region. Analyze your webpages in several surfers to be sure.


0 comments:

Post a Comment