পৃষ্ঠাসমূহ

Creating Image Overlays with CSS Multiple Backgrounds | Tinted Images with Multiple Backgrounds

Example Code : http://ift.tt/2qNl0AE this video I show how to create a multiple gradient overlay background images.And css advanced feature background bled mode to use and also css filter. Music collect by : youtube.com Youtube: https://www.youtube.com/channel/UCscH1f1ZqF5_sclTHonHulA Facebook:http://ift.tt/29UnF49 Twitter: https://twitter.com/PobonPaul1994 Blog:http://ift.tt/29UbyzN Google+:http://ift.tt/29UnR3o You can also find me : http://ift.tt/1kItLhs html markup add calss to boyd ------------------- = welcome ------------------- = add css to style sheet ------------------------- ==================== .welcome { position: relative; height: 100vh; background: linear-gradient(to right, rgba(0,88,122,1) 0%, rgba(0,88,122,1) 50%, rgba(0,136,145,1) 50%, rgba(0,136,145,1) 75%, rgba(0,88,122,1) 75%, rgba(0,88,122,1) 100%), url("http://ift.tt/2mlYavB"); background-blend-mode: multiply; background-repeat: no-repeat; background-size: cover; background-position: center center; filter: grayscale(10%) contrast(1.2) hue-rotate(10deg); }
Previous
Next Post »