#css3
Read more stories on Hashnode
Articles with this tag
Have you heard about the CSS @property statement? š£ @property is a CSS Houdini at-rule that allows us to configure CSS custom properties by data type...
š The CSS property content-visibility allows the web developer inform to the browser rendering engine which parts of the page are out of the user...
ā”ļø The new CSS property aspect-ratio introduce for all HTML element the capability to auto-sizing. .square { aspect-ratio: 1 / 1; } .rectangle {...