J
J
Jedi2018-02-19 05:55:51
css
Jedi, 2018-02-19 05:55:51

How to make a blurry background CORRECTLY?

I want to implement the same background blur on my site, but I don't know how to do it right.
I've been googling for 20 minutes now, I've looked at many sources, but I haven't seen any high-quality code anywhere.
Sv4YZ.jpg
Good people, tell me how to implement this correctly?
Thanks to.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Tallmange, 2018-02-19
@p00h

.selector {
    filter: blur(5px);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question