From 3cf3d03762fefb4dbbda5fd649849ee19ea141f5 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Thu, 14 Apr 2022 22:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0css=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/index.css | 6 ++++++ app/static/listing.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app/static/index.css b/app/static/index.css index 5bed60f..5ac88dc 100644 --- a/app/static/index.css +++ b/app/static/index.css @@ -1,6 +1,12 @@ .intro{ text-align: center; } +.head{ + text-align: center; +} +.example{ + text-align: center; +} a { color: green; } \ No newline at end of file diff --git a/app/static/listing.css b/app/static/listing.css index e69de29..124dfa5 100644 --- a/app/static/listing.css +++ b/app/static/listing.css @@ -0,0 +1,6 @@ +.head{ + text-align: center; +} +table{ + margin: auto; +} \ No newline at end of file