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
Get step-by-step solutions from verified subject matter experts
