transformed-rotateX-3-ref.html (441B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Transforms API Test: transform rotateX</title> 5 <link rel="author" title="loveky" href="mailto:ylzcylx@gmail.com"> 6 <style> 7 div { 8 height: 150px; 9 width: 150px; 10 } 11 .container { 12 background-color: green; 13 } 14 </style> 15 </head> 16 17 <body> 18 <p>You should only see a GREEN box if this test passes!</p> 19 <div class="container"> 20 </div> 21 </body> 22 </html>