Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> div { background: url(/pix/routeburn_track/routeburn_flats.jpg); clip:rect(10px, 155px, 145px, 10px); border:2px solid black; height:150px; width:150px; position:absolute; top:inherit; left:0px; } </style> <div> Clipped div box with image in the background. </div>
Preview