From cb9fb1e9a1d8550b11351d4048c025a1b0fd058f Mon Sep 17 00:00:00 2001 From: maxkey52 Date: Sat, 28 Feb 2026 22:40:14 +0800 Subject: [PATCH] 111 --- index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..8938658 --- /dev/null +++ b/index.css @@ -0,0 +1,10 @@ +*{ + margin: 0; +} +.test-main{ + background-color:aquamarine; + border-radius: 7px; + h1{ + text-align: center; + } +} \ No newline at end of file