Exercise: Tic tac toe

Add styling for the classes all, topbottom, and leftright to look like the image.

You do not need to change the HTML document.

image of tic tac toe

Note:

Hints:

  • undefined

Solution to the exercise

Here is a solution.

Note:

Hints:

  • undefined
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
<!DOCTYPE html>
<html lang="en">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
table {
    border-collapsecollapse;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX