From da125906a67d9952983fa6e1653659f22287e88a Mon Sep 17 00:00:00 2001 From: anveshap103-tomato Date: Sat, 13 Sep 2025 12:46:07 +0530 Subject: [PATCH 1/4] font is changed --- .vscode/settings.json | 3 +++ style.css | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/style.css b/style.css index 58b2b3a..3309dd5 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ + +@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); /* --- Global Styles & Issues --- */ body { /* Issue: Change the default font */ - font-family: serif; + font-family: "Pacifico",serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ From 5e9fa47ae51c723f592a803ec66676e498545a7d Mon Sep 17 00:00:00 2001 From: anveshap103-tomato Date: Sat, 13 Sep 2025 13:00:01 +0530 Subject: [PATCH 2/4] colours changed --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 3309dd5..00e50eb 100644 --- a/style.css +++ b/style.css @@ -7,14 +7,14 @@ body { margin: 0; padding: 0; /* Issue: Change the page's background color */ - background-color: #f4f4f4; - color: #333; + background-color: #060240; + color: #fada08; } .container { width: 90%; margin: 20px auto; - background-color: #fff; + background-color: #15d428; /* Issues: Add padding, a border, rounded corners, a box-shadow, and a max-width */ /* hi */ } @@ -22,13 +22,13 @@ body { a { /* Issue: Remove the underline */ text-decoration: underline; - color: #007BFF; + color: #0971ef; } /* --- Header & Navigation Issues --- */ header { - background-color: #333; - color: white; + background-color: #dfe23a; + color: rgb(227, 28, 58); } nav ul { @@ -91,8 +91,8 @@ form textarea { form button { /* Issue: Style this button to be more prominent */ - background-color: #ddd; - border: 1px solid #ccc; + background-color: #d67835; + border: 1px solid #99f099; padding: 10px 15px; cursor: pointer; } From 7e33ff408cb8b78a650c7431c91ea4ad8660aef8 Mon Sep 17 00:00:00 2001 From: anveshap103-tomato Date: Tue, 23 Sep 2025 18:45:51 +0530 Subject: [PATCH 3/4] added lang att in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4b6ed3f..401d2c3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + From 52d3ba59f19dcf091e40e8d1989a5f30ef68625d Mon Sep 17 00:00:00 2001 From: anveshap103-tomato Date: Tue, 23 Sep 2025 19:07:21 +0530 Subject: [PATCH 4/4] modified title and added meta description --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 401d2c3..e680287 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,12 @@ - + - - My Page - + + Jane Doe's Portfolio +