How to make a blur color background in CSS?
Hi,
I want to make a background like this, in CSS (with my own colors).
How should I do this (and is it even possible)?



Use bootstrap
filter: blur(8px);
-webkit-filter: blur(8px);
Yes you can use blur, but that does not solve the gradient coming from different sides
@kalimeromk What on earth has that got to do with Bootstrap? filter is just a standard CSS property; nothing Bootstrap-specific at all.
Please or to participate in this conversation.