V
V
valgerofficial2017-07-07 22:52:26
css
valgerofficial, 2017-07-07 22:52:26

How to get this effect on the web?

6f998a98690247899a703f6f188a407c.png
Tell me how to make the same blurry effect in CSS?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Bastax13, 2017-07-07
@Bastax13

With CSS:
filter: blur(5px);
You can play with the value.

L
lam0x86, 2017-07-07
@lam0x86

Here, there is an example: jsfiddle.net/otinanaipali/bwx1d977
But I'm not sure if this is a universal solution. There seems to have been some movement in Chrome to implement blur for underlying elements, but it all came down to performance. I couldn't find where I read about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question