diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..2ba986f
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "chrome",
+ "request": "launch",
+ "name": "Launch Chrome against localhost",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 63968e5..b4facca 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
1. Open the HTML file in a text editor.
2. Create CSS file (`styles.css`) and link it in the `
` section of the HTML using the `` tag.
+
3. Apply default styles to the elements in the CSS (e.g., `body`, `header`, `nav`, `main`, `section`, `footer`).
+
4. Add the following line inside the `` section of the HTML to enable responsive behavior: ``.
**Mobile First approach and Media Queries:**
diff --git a/index.html b/index.html
index 72b560d..5660914 100644
--- a/index.html
+++ b/index.html
@@ -2,35 +2,54 @@
My Personal Web Page
+
+
-
-
Welcome to My Personal Web Page
-
-
-
-
-
About Me
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempor
- diam vel eros aliquam, vitae consequat tellus lacinia. Donec convallis
- magna leo.
-
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempor
+ diam vel eros aliquam, vitae consequat tellus lacinia. Donec convallis
+ magna leo.
+