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