Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> img { width: 150px; height: 250px; float: left; margin: 1em; } .a { image-rendering: crisp-edges; } .b { image-rendering: pixelated; } </style> <img class="a" src="/pix/bg/tiles/maze_black_and_white.png" alt="Sample image"> <img class="b" src="/pix/bg/tiles/maze_black_and_white.png" alt="Sample image">