From 026ac5ee5287f7ab2edf8de0b500d14264b4f363 Mon Sep 17 00:00:00 2001 From: Suyash Singh Date: Wed, 14 Jan 2026 22:28:54 +0530 Subject: [PATCH] Final Commit @suyXcode --- index.html | 122 +++++++++++++++++++++++++---------------------------- style.css | 16 +++++++ 2 files changed, 73 insertions(+), 65 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 55ad96f..e495b8a 100644 --- a/index.html +++ b/index.html @@ -1,65 +1,57 @@ - - - - - Analog Watch - - - - - - - + + + + + + Document + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..172fce3 --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +html { + background: #f69f4e; + text-align: center; + font-size: 10px; + } + + body{ + padding:30; + padding-left: 30%; + margin:10; + font-size: 2rem; + display: flex; + flex: 1; + min-height: 100vh; + align-items: center; + } \ No newline at end of file