From 2eea5f6ed08ba1402ec001dbbe75946e262b236f Mon Sep 17 00:00:00 2001 From: Vinay Kumar Date: Tue, 13 Jan 2026 15:19:46 +0530 Subject: [PATCH] centre --- index.html | 1 + style.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index 23206b2..686e97a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Document +
diff --git a/style.css b/style.css index e69de29..6fffda6 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,17 @@ +body{ + background-color: antiquewhite; + /* border:2px solid black; */ + display: flex; + justify-content: center; + font-style: italic; + font-display: block; + font-size: larger; + padding-top:500px; + +} +.btn{ +font-display: block; +padding: 100px; +font-size: 10px; + +}