From 844c2c47f0277cef710d0d012e0b0cc6197535c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Cez=C3=A1rio=20Barreto?= Date: Thu, 20 Nov 2025 12:01:42 -0300 Subject: [PATCH] Table border --- main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main.css b/main.css index 44d599c..fc8c51b 100644 --- a/main.css +++ b/main.css @@ -19,4 +19,13 @@ div p[class="title"] { display: block; text-align: center; padding-right: 15px; +} + +table, td, th { + border: 1px solid; + padding: 10px; +} + +table { + border-collapse: collapse; } \ No newline at end of file