From 653b7cf6eb78d085e7c3560daa5e669a0ab416db Mon Sep 17 00:00:00 2001 From: Tiger Date: Thu, 1 May 2025 11:02:06 -0400 Subject: [PATCH 1/2] aligned content --- index.html | 2 ++ styles.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a9652a9..d714592 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,13 @@ +

Welcome to My Basic Website

Sample

This is a very simple static website created using HTML, CSS, and JavaScript. It has an image and some content to get started.

+
\ No newline at end of file diff --git a/styles.css b/styles.css index 51f1bed..a0c4d2a 100644 --- a/styles.css +++ b/styles.css @@ -33,4 +33,6 @@ body { button:hover { background-color: #3498db; } - \ No newline at end of file + .container { + text-align: center; + } \ No newline at end of file From 8954f009c2ed7e51b7ea0f0b7448b6c1f0c1daf0 Mon Sep 17 00:00:00 2001 From: Tiger Date: Fri, 2 May 2025 11:35:47 -0400 Subject: [PATCH 2/2] fixed image not displayed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d714592..605b429 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Welcome to My Basic Website

- Sample + Sample

This is a very simple static website created using HTML, CSS, and JavaScript. It has an image and some content to get started.