From 1a54440c8b578c7a79acaabab86ee332760a323f Mon Sep 17 00:00:00 2001 From: ppf2sg6ej <1993115515@qq.com> Date: Sun, 29 Dec 2024 22:10:22 +0800 Subject: [PATCH] ADD file via upload --- styles.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 styles.css diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..466da8d --- /dev/null +++ b/styles.css @@ -0,0 +1,34 @@ +body { + font-family: Arial, sans-serif; + margin: 20px; +} + +header { + background-color: #f0f0f0; + padding: 10px; + text-align: center; +} + +main { + margin-top: 20px; +} + +table { + width: 100%; + border-collapse: collapse; +} + +th, td { + border: 1px solid #ccc; + padding: 8px; + text-align: left; +} + +th { + background-color: #4CAF50; + color: white; +} + +.error { + color: red; +} \ No newline at end of file