Day 12 of #100DaysOfCode My background image refused to show. And for 20 minutes, I thought something was wrong with my code. It wasn’t. It was my understanding. Today I learned that background-image in CSS must use url() — and more importantly, that file paths matter. Here’s what most beginners get wrong: • Forgetting url() • Wrong folder structure • Not using ../ when CSS is in another folder • Small syntax mistakes that break everything What looks like a “small styling issue” is actually foundational frontend knowledge. This journey is teaching me something powerful: Software engineering isn’t about writing plenty of code. It’s about understanding how things connect. If you’re learning to code, what small concept took you longer than expected to understand? #100DaysOfCode #WebDevelopment #FrontendDeveloper #WomenInTech #TechJourney #LearningInPublic
One day, when you can do this in your sleep, we will come back to this post and laugh about it because you'll be on another level. Keep going mam keep going.
Keep it up dear. Consistency is the key
That last line is the real lesson — "it's about how things connect." For me it was the CSS box model. Spent way too long fighting padding before it finally clicked. Once it does though? You can't unsee it. Day 12 and already thinking like an engineer 🔥
Keep it going champion, meet you at the TOP🚀🚀
You’re doing well, Rooting for you stranger 😊
Rooting for you
consistency is the key
Love this reflection At Oladstech, we always tell our students: most frontend “errors” are not big problems, they’re small foundational misunderstandings. Understanding file structure, paths, and how CSS connects to HTML is what separates guessing from real engineering. Keep building. Keep learning. This is how strong developers are made