From 20cb4955a002f4dc2e3cb74047bd1fa1096ce65d Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Sat, 8 Feb 2025 18:57:50 +0900 Subject: [PATCH] Add style.css and add basic layout to index.html --- index.html | 9 ++++++++- style.css | 0 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 style.css diff --git a/index.html b/index.html index 5839cde..d03ad5e 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,15 @@ Landing Page + - +
Header
+
+
Hero
+
Section 1
+
Section 2
+
+ \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29