<html>
<head>
<style>
.commonDiv{
border:1px solid black;
background-color:yellow;
position:absolute;
width:100px;
height:100px;
left:50px;
top:50px;
}
.translatedDiv{
transform: perspective(250px) translate3D(150px,50px,125px);
}
.rotatedDiv{
transform: rotateZ(45deg) translate(125px,125px) ;
}
</style>
</head>
<body>
<br/>
<div class="commonDiv">
Buras� d�z b�l�m. Buras� d�z b�l�m. Buras� d�z b�l�m.
</div>
<br/>
<div class="translatedDiv commonDiv">
Buras� �telenmi� b�l�m. Buras� �telenmi� b�l�m.
</div>
<br/>
<div class="rotatedDiv commonDiv">
Buras� d�nm�� b�l�m. Buras� d�nm�� b�l�m.
</div>
<br/>
</body>
</html>
Dosyayı İndir