<style>
div {transform: rotateX(150deg);
}
</style>
<style>
.tdb-transform{
height:80px;width:80px;background-color:black;
text-align:center;padding-top:50px;
color:white;margin:auto;}
.x1:hover{animation:x1 5s}
@keyframes x1{from{
transform:rotateX(0deg);
}to{transform: rotateX(360deg);
}}
</style>
<body>
<p class="tdb-transform x1">TDB<br>School</p><br>
</body>
<style>
div {transform: rotateY(130deg);
}
</style>
<style>
.tdb-transform{
height:80px;width:80px;background-color:black;
text-align:center;padding-top:50px;
color:white;margin:auto;}
.y1:hover{animation:y1 5s}
@keyframes y1{from{
transform:rotateY(0deg);
}to{transform: rotateY(360deg);
}}
</style>
<body>
<p class="tdb-transform y1">TDB<br>School</p><br>
</body>
<style>
div {
transform: rotateZ(90deg);
}
</style>
<style>
.tdb-transform{
height:80px;width:80px;background-color:black;
text-align:center;padding-top:50px;
color:white;margin:auto;}
.z1:hover{animation:z1 5s}
@keyframes z1{from{
transform:rotateZ(0deg);
}to{transform: rotateZ(360deg);
}}
</style>
<body>
<p class="tdb-transform z1">TDB<br>School</p><br>
</body>
<!DOCTYPE html>
<html>
<head>
<style>
.tdb-transform{
height:80px;width:80px;background-color:black;
text-align:center;padding-top:50px;color:white;margin:auto;
}
.x1:hover{animation:x1 5s}
.y1:hover{animation:y1 5s}
.z1:hover{animation:z1 5s}
@keyframes x1{from{
transform:rotateX(0deg);
}to{transform: rotateX(360deg);
}}
@keyframes y1{from{
transform:rotateY(0deg);
}to{transform: rotateY(360deg);
}}
@keyframes z1{from{
transform:rotateZ(0deg);
}to{transform: rotateZ(360deg);
}}
</style>
</head>
<body>
<!--x-direction-->
<p class="tdb-transform x1">TDB<br>School</p><br>
<!--y-direction-->
<p class="tdb-transform y1">TDB<br>School</p><br>
<!--z-direction-->
<p class="tdb-transform z1">TDB<br>School</p><br>
</body>
</html>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers