CSS clip-path button with stepped shape: how to offset drop-shadow only at bottom-right (not full width)?
Summary The problem at hand is creating a custom “stepped” button shape using CSS clip-path and adding a localized offset shadow only at the bottom-right corner of the shape, without using wrapper elements and regardless of the background color. The current implementation using filter: drop-shadow() creates a shadow that follows the entire bottom edge of … Read more