//HTML <div></div> //CSS div { --roof-one: linear-gradient(15deg,#9c7842 12%,transparent 12.5%) 50px -10px / 380px 30px; --roof-two: linear-gradient(-15deg,#9c7842 12%,transparent 12.5%) -330px -10px / 380px 30px; --window-one: linear-gradient(#fff, #fff) 20px 40px / 10px 10px; --window-two: linear-gradient(#fff, #fff) 70px 40px / 10px 10px; --house-door: linear-gradient(#635327, #635327) 40px 40px / 20px 30px; --house-front: linear-gradient(#cc943f,#cc943f) 0px 20px / 100px 50px; width: 100px; height: 70px; background: var(--window-one), var(--window-two), var(--roof-one), var(--roof-two), var(--house-door), var(--house-front); background-repeat: no-repeat; }