/*Multiple Background Image*/ .landscape { /*Background Images*/ background: url(img/cloud.png) 20vw 20vw no-repeat, /*First Cloud*/ /*images go first*/ url(img/cloud.png) 41vw 10vw no-repeat, /*Small Cloud*/ url(img/cloud.png) 64vw 21vw no-repeat, /*Smallest Cloud*/ url(img/mountains.png) 40vw 30vw no-repeat, /* Mountains */ linear-gradient(180deg, #7193D5, #FFF 70%, #BCEE6D 70%, #376b22);/*Gradient*/ /*Background sizes*/ background-size: 14vw 4vw, /*First Cloud*/ 16.5vw 5vw, /*Small Cloud*/ 10.5vw 3vw, /*Smallest Cloud*/ 32vw 14vw, /*Mountains*/ auto; /*Gradient*/ }
SINCE 2016 ©
markbuild