Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started