Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

2nd Edition

1597499471, 978-1597499477

More Books

Students also viewed these Databases questions