Creating steps in a form tracker

Today I learned how to create a simple multi-step form tracker. This component can be used to create forms. I also learned that we can create JavaScript type variables in CSS and these variables can be referenced in other components.

:root { --line-border-fill: #3498db; --line-border-empty: #e0e0e0; }

File Info

Category HTML / JS / CSS
Credits 50 Projects in 50 days
Date January 29th, 2025
Codepen Click here