Codice
<style>
.contain-box {
width: 400px;
height: 250px;
background-image: url('Algoritmo.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid #333;
}
</style>
</head>
<body>

<div class="contain-box"></div>