I'm trying to make this in pure css: Codepen
and I want to make the same thing but in css. this is my css:
.text{
--a: calc(var(--a);*0.82+(1.5-var(--b);)/10);
--b: calc(var(--b);+var(--a););
transform: scale(var(--b););
}
It doesn't work. I've tried soo many things and none of them have worked. Please help!
All the information I went through to get that non working css: