From 721c476ee76da93d315d43e3d435843697800b87 Mon Sep 17 00:00:00 2001 From: kueth123 Date: Wed, 24 Apr 2024 00:14:56 +0300 Subject: [PATCH 1/2] i updated html --- index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index d01f779..5e8f26f 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,21 @@ + - - - Document + + + My Name + + - +

kueth Gatwech

- \ No newline at end of file + + + +#heading { +background-color: brown; +color: blue; +text-align: center; +} \ No newline at end of file From 3d1e553ad0e21c0428474babdb50bf05679eb18c Mon Sep 17 00:00:00 2001 From: kueth123 Date: Wed, 24 Apr 2024 00:21:15 +0300 Subject: [PATCH 2/2] updated --- css/index.css | 2 +- index.html | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/css/index.css b/css/index.css index 4907558..36d1eec 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,3 @@ .test { background-color: aliceblue; -} +} \ No newline at end of file diff --git a/index.html b/index.html index 5e8f26f..54ad50f 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,7 @@ -

kueth Gatwech

+

kueth Gatwech

- - -#heading { -background-color: brown; -color: blue; -text-align: center; -} \ No newline at end of file + \ No newline at end of file