<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.my-div {
border: 1px solid black;
width: 300px;
height: 200px;
text-align: center;
}
</style>
</head>
<body>
<div class="my-div">
<img src="http://placehold.it/100x50" />
</div>
</body>
</html>