Bild perspektivisch darstellen | So sieht´s aus |
![]() |
Quellcode |
<html> <head> <style type="text/css"> .scene {width: 800px; height: 200px; margin-left: 200px;} .panel {width: 200%; height: 100%; width:100%; transform: perspective(1500px) rotateY(35deg);} </style> </head> <body> <div class="scene"><div class="panel"><img src="../Bilder/life.jpg" style="width: 50%; height:auto;" alt="diedVIPs" /></div></div> </body> </html> |