From decc87c3f49ea986dbb36373f72a9ae6e5658ff2 Mon Sep 17 00:00:00 2001 From: xulkif Date: Sat, 27 Apr 2024 14:32:33 -0700 Subject: [PATCH 1/2] first project --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d01f779..a5c7a54 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ Document - +

Document from Xulkif

\ No newline at end of file From c50a11d863101826facfbcbeb91e7458b70eb1ad Mon Sep 17 00:00:00 2001 From: xulkif Date: Sun, 28 Apr 2024 01:03:06 -0700 Subject: [PATCH 2/2] html document --- css/index.css | 4 ++++ index.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 4907558..de54864 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,7 @@ .test { background-color: aliceblue; } + +h1{ + color: aqua; +} \ No newline at end of file diff --git a/index.html b/index.html index a5c7a54..a74e7f7 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Document -

Document from Xulkif

+

Document from zulkif

+

by using html and css

\ No newline at end of file