Daily Shaarli

All links of one day in a single page.

November 11, 2022

CSS Shapes with rounded corners - DEV Community πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

A quick trick to create any kind of shape having rounded corners.

SVGs filters can be inlined in CSS

The CSS filter property provides a way to apply graphical effects on HTML elements. These effects go from blur to grayscale handling but can also include advanced filters using SVG. CSS filters are cross-browser supported and ready to use. If you haven't played around with them, you should give them a try!