From 339c90066fd3b43cfc7b9750618811f8692a54b4 Mon Sep 17 00:00:00 2001 From: Suraj B M Date: Wed, 13 Sep 2023 22:30:58 +0530 Subject: [PATCH] Changed styles --- pesu_notes/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pesu_notes/styles.css b/pesu_notes/styles.css index a94da86..1ab2b6b 100644 --- a/pesu_notes/styles.css +++ b/pesu_notes/styles.css @@ -113,3 +113,11 @@ code { justify-content: center; width: auto; } + +table { + display: flex; + justify-content: center; + width: 75%; + border: 1px solid black; + border-collapse: collapse; +} \ No newline at end of file