/* CSS Snippet used in animation: clip-path polygon() used to create a triangle-like shape */ clip-path: polygon(50% 0, 100% 100%, 0 100%);