Css Math FunctionsThe CSS math Function has been around for some time now and it's here to stay. The CSS math function uses the calculation to adjust the height, width, font size on a paragraph, and color contrast on your web page, that's right you can as well multipl...Mar 14, 2022·4 min read·11
Bouncing Ball Using CSS ANIMATIONI created a bouncing ball using CSS animation. The CSS animation function I will use here is the keyframes. Transform. TranslateY. Creating this bouncing ball requires us to use CSS animation. CSS animation allows us to change the style's on the e...Mar 7, 2022·3 min read·29