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 d01f779..a74e7f7 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Document - +

Document from zulkif

+

by using html and css

\ No newline at end of file