From 75135a3016ade13b142aa5f88db62365c2c40251 Mon Sep 17 00:00:00 2001 From: tejaswiverma121-byte Date: Tue, 13 Jan 2026 17:14:18 +0530 Subject: [PATCH 1/2] changes done --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 23206b2..43ca5d1 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,10 @@ Document + +

Form Filling

From bcdbf38cfea57d73fa19037545cc88c86db17d09 Mon Sep 17 00:00:00 2001 From: tejaswiverma121-byte Date: Tue, 13 Jan 2026 17:14:57 +0530 Subject: [PATCH 2/2] changes done --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index e69de29..068fe28 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,8 @@ +body{ + background-color: antiquewhite; + font-size: 40 px; + text-align: center; +} +h1{ + text-align: center; +} \ No newline at end of file