Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .translated { transform: perspective(200px) translate3d(0,0,60px); } </style> <img src="/pix/bg/tiles/checkerboard_100x100_2.gif" alt="Sample image"> <img class="translated" src="/pix/bg/tiles/checkerboard_100x100_2.gif" alt="Sample image">
Preview