Codice
<style>
.no-repeat {
width: 300px;
height: 200px;
border: 1px solid #000;
background-image: url('Algoritmo.jpg');
background-repeat: no-repeat;
background-position: center;
}
</style>
</head>
<body>
<h2>background-repeat: no-repeat</h2>
<div class="no-repeat"></div>