Question: This is the question on my computer science coding project: Open the jpf_sudoku.css file. Start by creating styles for the outer table. Go to the

This is the question on my computer science coding project:

Open the jpf_sudoku.css file. Start by creating styles for the outer table. Go to the Table Styles section and create a style rule for the table element of the spuzzle class that:

  • sets the table borders to collapse,
  • sets the top/bottom margins to 0 pixels and the left/right margins to auto , and
  • sets the width to 90%.

This is what I have, it is wrong. I have tried multiple different things, all wrong, including answers that people in my same class got.

table.spuzzle { border-collapse:collapse;

margin: 0 auto;

width:90%

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!