<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{
margin: 0px;
padding: 0px;
}
.d1{
width: 300px;
height: 300px;
border: 2px solid red;
background-color: yellow;
background-image: url(img/20160319121101_maA3J.thumb.224_0-1.jpg);
background-size: 60%;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div class="d1"></div>
</body>
</html>