From 3d404487f1d1c78ebae4969454c06c1e53f7103c Mon Sep 17 00:00:00 2001 From: maddikasirireddy Date: Fri, 25 Jul 2025 23:16:26 +0530 Subject: [PATCH] fix: correct typos, update target attribute, adjust CSS color --- .vscode/settings.json | 3 +++ README.md | 6 +++--- css/stylesheet.css | 2 +- index.html | 14 +++++++------- 4 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/README.md b/README.md index 822e55c..ec1952c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -Welcome to my repo, focused on pure HTML and CSS. Here you can play with HTML and CSS to create a simple page, allowing you to practise with the foundations of coding and web development. This is about easing your way into the world of code and programming, for those who have little to no experience. +Welcome to my repo, focused on pure HTML and CSS. Here you can play with HTML and CSS to create a simple page, allowing you to practice with the foundations of coding and web development. This is about easing your way into the world of code and programming, for those who have little to no experience. ## What is HTML? @@ -23,11 +23,11 @@ CSS stands for cascading style sheet and allows you to add style, colors, boarde - Push the changes to your repository on GitHub - Submit a Pull Request to have your changes contributed to the main repo -Fork the repo to your own account, then clone the repository to your own computer. It is best practise to create your changes on your own branch, which I will merge with the maste if successful. From there, edit the files, adding one new feature per commit to the webpage or styling - be imaginative, and use code and syntax that you are new to, push yourself out of your comfort zone. Try new things. +Fork the repo to your own account, then clone the repository to your own computer. It is best practice to create your changes on your own branch, which I will merge with the master if successful. From there, edit the files, adding one new feature per commit to the webpage or styling - be imaginative, and use code and syntax that you are new to, push yourself out of your comfort zone. Try new things. ## Aims -The aim here is to allow those who are new to computer code and web development, to come together and practise their skills and newly aquired understanding in a friendly, judge-free environment. Here, we are all beginners. I will help and offer advice to those submitting pull requests or those with questions. +The aim here is to allow those who are new to computer code and web development, to come together and practice their skills and newly acquired understanding in a friendly, judge-free environment. Here, we are all beginners. I will help and offer advice to those submitting pull requests or those with questions. Contributing here will also allow your GitHub profile to appear more engaging, and is perfect for those starting out in using GitHub and making contributions. diff --git a/css/stylesheet.css b/css/stylesheet.css index eb31cf8..559f633 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -41,7 +41,7 @@ } a:link { - color: #F1DFBD; + color: #71675b; text-decoration: none; } a:visited { diff --git a/index.html b/index.html index c712170..41e2b39 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - HTML and CSS practise for beginners + HTML and CSS practice for beginners @@ -10,7 +10,7 @@
-

HTML and CSS practise for beginners

+

HTML and CSS practice for beginners