Home

Immagine ingrandita con pixelated

Pixel Art

Codice
<style>
img {
width: 600px; /* ingrandimento */
height: auto;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges; /* fallback per Mozilla */
image-rendering: -webkit-optimize-contrast; /* fallback per WebKit */
border: 2px solid red;
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a>
<h2>Immagine ingrandita con pixelated</h2>
<img src="Algoritmo.jpg" alt="Pixel Art" />