From d00f00171fb69db456234c45edfb69e1773782ac Mon Sep 17 00:00:00 2001 From: Suraj B M Date: Wed, 13 Sep 2023 22:37:11 +0530 Subject: [PATCH] Changed styles --- pesu_notes/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pesu_notes/styles.css b/pesu_notes/styles.css index 1ab2b6b..4f4222f 100644 --- a/pesu_notes/styles.css +++ b/pesu_notes/styles.css @@ -115,9 +115,13 @@ code { } table { - display: flex; - justify-content: center; + text-align: center; + margin: auto; width: 75%; border: 1px solid black; border-collapse: collapse; +} + +tr, td, th { + border: 1px solid black; } \ No newline at end of file