How to blur background image of body with CSS? Or it's impossible and have to do it in Photoshop? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to blur background image of body with CSS? Or it's impossible and have to do it in Photoshop?

Blurring in CSS

18th Jan 2017, 3:02 PM
Minimum
Minimum - avatar
4 Answers
+ 5
Use background:rgba(250,250,250,0.5) here rgba is red green blue alpha. alpha is the visibility of the color. Values of rgb can have value from 0 to 255. Alpha's value can lie between 0 to 1.
18th Jan 2017, 4:39 PM
Divesh Agarwal
Divesh Agarwal - avatar
+ 4
U may Use opacity property that accepts value between 0 to 1. Example Opacity:0.5
18th Jan 2017, 3:18 PM
Divesh Agarwal
Divesh Agarwal - avatar
0
And how to make a transparent background color?
18th Jan 2017, 3:37 PM
Minimum
Minimum - avatar
0
Thank you very much!)
18th Jan 2017, 9:18 PM
Minimum
Minimum - avatar