CSS Box Reflect
The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.
We can create the reflections using the box-reflect property.
/* Direction values */
-webkit-box-reflect: above / below / left / right;
/* c...
suprabhasupi.hashnode.dev1 min read