This repository is a comprehensive learning project where I explored HTML and CSS concepts by implementing tables, forms, and revising CSS attributes. Throughout this project, I delved into various ...
In a nutshell, I expect CSS variables to be available inside CSS style sheets. Thus, if I'm doing style="fill: var(--foo-bar)", I expect it to work. And indeed it ...