<div id="box"></div>
#box{
width: 100%;
height: 300px;
background-color:#00ff00;
background-image: url( 'https://devdojo.com/media/guides/css/bg.jpg' );
background-repeat: no-repeat;
background-position: top right;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.