Cara membuat teks berputar menggunakan css
Teks berputar menggunakan css3HTML
CSS
.rotate-box {
background: black;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
padding: 15px;
perspective: 400px;
height: 300px;
}
.rotate-box .rotate-box-body {
position:
TRIKSONIC
.rotate-box {
background: black;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
padding: 15px;
perspective: 400px;
height: 300px;
}
.rotate-box .rotate-box-body {
position:
0 Response to "Cara membuat teks berputar menggunakan css"
Posting Komentar