By now, I'm done with basics html,css,bootstrap coding. I can build navbar, build a hero section with image and h1 text and a footer. That's all.
There are various components in a website though. I'd like to be able to build any of them whenever required if I'm in a job.
I wanted to build a timeline using html and css but it's not entering my head at all. I've seen codes from multiple websites.
https://imgur.com/a/L7c1Bkj
This is the timeline that I want to build. Looks pretty simple but I'm unable to build it. How do I deal with stuffs like this? How do I learn these stuffs?
Is there a course that helps to deal with these stuffs? There's no point of having learn CSS if I can't build these stuffs with my visualization. Please guide me.
The scary thing here is that if I can't build these stuffs then there is 0 point of me learning css. And I'm not going to get any full stack or frontend jobs like that way.
I assume the red line with circles is the hard part? Maybe each element on the timeline has a really long vertical line with circle that’s ‘overflow: hidden;’
Maybe it’s done with JS?
The best way to learn is to take apart existing examples. And dev tools is the easiest way to do that.