Blur div
In bubble I can add blur to a group by writing this code : <style > #blur { -webkit -backdrop -filter : blur (20px ) ; backdrop -filter : blur (20px ) ; } #blur1 { -webkit -backdrop -filter : blur (20px ) ; backdrop -filter : blur (20px ) ; } < /style > I am not sure how /where to insert it in tooddle to add blur to a div . do you have any input ? thanks The element should be transparent and on top of the other content So probably absolute position Using pseudo elements is a fancy way of doing it Tom is a fancy guy π1backdrop -filter : blur (10px ) Or whatever amount you want