From c94e2d4173a57cc1c075d9adfc427d5f6a81f2cf Mon Sep 17 00:00:00 2001 From: SilicoFlare Date: Sat, 15 Jul 2023 18:35:28 +0530 Subject: [PATCH] added styles.css --- static/styles.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/styles.css diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 000000000..a00b1ca05 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,3 @@ +h1 { + text-align: center; +} \ No newline at end of file