I have a website that has an image with a src attribute and I would like to change the src location of that image with an image of my own. The image lives in a div component
.application-title img {
width:200px;
height:200px;
box-sizing:border-box;
padding-left: 200px;
/*width of the image*/
background: url(http://lorempixel.com/200/200/city/2) left top no-repeat;
}