Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> .puddydat { width: 200px; height: 118px; transition: transform 1s; } .puddydat:hover { will-change: transform; } .puddydat:active { transform: rotate(720deg) scale(5); } </style> <img class="puddydat" src="/pix/samples/20l.jpg">