Posts

Showing posts from April, 2021

All About Background.

Image
Hey guys!!! Hope you all are doing good. Sometimes simple background doesn't look good. So to make it more happening, I'm sharing some views that may be helpful for you guys. Today I'm gonna show you : How to apply gradient in background? How to apply an image in background? How to fix  background with CSS? How to reduce the opacity of background? How to blur background? How to put video in Background? So let's get started. 1.  How to apply gradient in background? All you have to do is just put two different colors in background. If you don't want your background to scroll, then put overflow hidden.   IN HTML  <! DOCTYPE   html > < html   lang = "en" >    < head >      < meta   charset = "UTF-8"   />      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge"   />      < meta        name = "view...