Skip to content

Commit

Permalink
Merge pull request #276 from AlphaZach/css3-typo-fix-#48
Browse files Browse the repository at this point in the history
#48: Update exercise_tables.html
  • Loading branch information
ejconlon committed Jul 30, 2016
2 parents 1b7b20b + 483be0e commit c882b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css3/exercise_tables.html
Expand Up @@ -21,7 +21,7 @@ <h1>CSS: Advanced Selectors Exercise</h1>
<p>In this exercise, you'll turn a boring table into an exciting table using selectors and basic properties. It's going to be hot, hot, hot!
<ol>
<li>Download <a href="exercise_tables_before.html">this webpage</a> into a folder.</li>
<li>Add a rule that will make the first row of the table bold.</li>
<li>Add a rule that will make the first row have different background color.</li>
<li>Add a rule that will make the first cell in each data row have a red background.</li>
<li>Add a rule that will "zebra stripe" the backgrounds of the rows, alternating between white and <code>#eee</code>.</li>
<li>Add a rule that will turn the label red when the checkbox is clicked.</li>
Expand Down

0 comments on commit c882b61

Please sign in to comment.