Week -3
What I Learned This Week
This week, my focus was primarily on pseudo-selectors, z-index, and media queries. These concepts were crucial as I worked on building a technical documentation page.
Challenges I Faced
- Understanding z-index
Initially, the concept ofz-index
felt confusing. I struggled to grasp how stacking contexts work and how elements interact in the document flow.
How I Overcame It
Through consistent effort and research, I gradually built a clearer understanding. Reading documentation, experimenting with code, and applying real-world examples helped me break down the complexity.