What about other tables?
Let's toss in a tbody
, and update the CSS accordingly. (table>tbody>tr>td:first-child
, for those of you playing along at home).
this should be yellow | cell two
|
Well, that worked…
If you'd like, you can read the related blog entry.
Let's toss in a tbody
, and update the CSS accordingly. (table>tbody>tr>td:first-child
, for those of you playing along at home).
this should be yellow | cell two
|
Well, that worked…