X
X
xolova2020-04-24 17:19:24
css
xolova, 2020-04-24 17:19:24

How to make block borders blurry?

Hello.

How can such an effect be achieved?
Fixed-width block, inside an unlimited number of buttons that can be scrolled through.
5ea2f4de5b2c3168211186.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arseny, 2020-04-24
@xolova

This is not a blur, but a transition to transparency.
It will help:
1. linear-gradient - if you are satisfied with making only the background of the image transparent.
2. svg mask - if you need to make it into a tight fit, as in a piccha, taking the text into transparency as well.

D
Dmitry Komchev, 2020-04-24
@Lebezniy

Add a pseudo element, position it in the bottom right corner, then add a drop shadow for it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question