Skip to content

Commit 7632efa

Browse files
Update README.md
1 parent 8e0ba65 commit 7632efa

File tree

1 file changed

+17
-32
lines changed

1 file changed

+17
-32
lines changed

README.md

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,25 @@ Screenshots and clean project structure are included for clarity.
1212
## 📂 Project Structure
1313

1414
```
15-
html-css-mini-tasks/
15+
html-css-basics/
1616
17-
├── .github/
18-
│ └── workflows/
19-
│ └── lint.yml
17+
├── screenshots/ # Screenshots for each task (1.png → 11.b.png)
2018
21-
├── screenshots/
22-
│ ├── 1.png
23-
│ ├── 2.png
24-
│ ├── 3.png
25-
│ ├── 4.png
26-
│ ├── 5.a.png
27-
│ ├── 5.b.png
28-
│ ├── 6.png
29-
│ ├── 7.png
30-
│ ├── 8.png
31-
│ ├── 9.png
32-
│ ├── 10.png
33-
│ ├── 11.a.png
34-
│ └── 11.b.png
35-
36-
├── Question1.html
37-
├── Question2.html
38-
├── Question3.html
39-
├── styleQ3.css
40-
├── Question4.html
41-
├── Question5.html
42-
├── Question6.html
43-
├── Question7.html
44-
├── styleQ7.css
45-
├── Question8.html
46-
├── Question9.html
47-
├── Question10.html
48-
├── Question11.html
19+
├── templates/ # Corrected HTML & CSS solutions
20+
│ ├── Question1.html
21+
│ ├── Question2.html
22+
│ ├── Question3.html
23+
│ ├── styleQ3.css
24+
│ ├── Question4.html
25+
│ ├── Question5.html
26+
│ ├── Question6.html
27+
│ ├── Question7.html
28+
│ ├── styleQ7.css
29+
│ ├── Question8.html
30+
│ ├── Question9.html
31+
│ ├── Question10.html
32+
│ ├── Question11.html
33+
│ └── task.md # Contains all original questions
4934
5035
├── LICENSE
5136
└── README.md

0 commit comments

Comments
 (0)