From aaabe67bb759cbc52f8bb33775d29aa8737b34a7 Mon Sep 17 00:00:00 2001 From: aleksander sapieha <129301816+Aleksander-Sapieha@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:54:35 +0100 Subject: [PATCH] Add files via upload --- index.html | 3 ++- styles/style.css | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 styles/style.css diff --git a/index.html b/index.html index 7c63a83..2f4fd62 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,9 @@ 测试页面 + -
欢迎访问!hello
+
欢迎访问!hello
diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..746916e --- /dev/null +++ b/styles/style.css @@ -0,0 +1,5 @@ +.text{ + left: 50%; + position: absolute; + font-size: 20px; +} \ No newline at end of file