Skip to content

Commit 9cb9304

Browse files
committed
docs: adding week 2 material links
1 parent 955b50d commit 9cb9304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Exercises:
1111
2. Use CSS selectors to target specific elements and apply styles to them. Practice using element selectors, class selectors, and ID selectors.
1212

1313
**Week 2: Box Model and Layout**
14-
- Understanding the CSS box model and its components (margin, padding, border)
15-
- Applying margin and padding to control spacing
16-
- Working with widths, heights, and box-sizing property
17-
- Creating basic layouts using CSS positioning (relative, absolute)
14+
- [Understanding the CSS box model and its components (margin, padding, border)](./materials/week-02/01-understanding-the-css-box-model-and-its-components-margin-padding-border.md)
15+
- [Applying margin and padding to control spacing](./materials/week-02/02-applying-margin-and-padding-to-control-spacing.md)
16+
- [Working with widths, heights, and box-sizing property](./materials/week-02/03-working-with-widths-heights-and-box-sizing-property.md)
17+
- [Creating basic layouts using CSS positioning (relative, absolute)](./materials/week-02/04-creating-basic-layouts-using-css-positioning-relative-absolute.md)
1818

1919
Exercises:
2020
1. Create a box with specified width, height, margin, padding, and border. Experiment with different values and observe how they affect the box layout.

0 commit comments

Comments
 (0)