diff --git a/testing/style2.css b/testing/style2.css index 489b23e..18eecfc 100644 --- a/testing/style2.css +++ b/testing/style2.css @@ -1,2 +1,3 @@ table, th, td { border: 1px solid black; border-spacing: 50px; } -table { border-collapse: collapse; } \ No newline at end of file +table { border-collapse: collapse; } +table { border-spacing: 50px;} \ No newline at end of file