From 440d449812c691eac309adac42856a1bb3531d40 Mon Sep 17 00:00:00 2001 From: 1shifuchen <1989375151@qq.com> Date: Fri, 5 Jun 2026 16:21:23 +0800 Subject: [PATCH 1/2] Add header markup --- src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 60ff4f8..b83774f 100644 --- a/src/index.html +++ b/src/index.html @@ -13,6 +13,8 @@ - Placeholder +
+ Header +
\ No newline at end of file From 6154148c4c3a0710a38a68da562534217179c9cc Mon Sep 17 00:00:00 2001 From: 1shifuchen <1989375151@qq.com> Date: Fri, 5 Jun 2026 16:22:21 +0800 Subject: [PATCH 2/2] Add header styles --- src/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles.css b/src/styles.css index 4618cb1..d0b8bb3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,4 +1,11 @@ body { font-family: Arial, Helvetica, sans-serif; font-size: 18px; +} +.header { + height: 50px; + display: flex; + justify-content: center; + align-items: center; + border-bottom: 1px solid black; } \ No newline at end of file