HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ width: 100px; height: 100px; border: 1px solid black; transform: perspective(500px) translate3d(50px, 50px, 50px); } </style> </head> <body> <h1>CSS transform Property</h1> <div> 80px from top </div> </body> </html>
OUTPUT
×

Save as Private