Advertisement
MerlynCooper

HTML structure for LESS 3d Rotation

Mar 13th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.         <link rel="stylesheet/less" type="text/css" href="/matrix3d/matrix3d.less">
  6.         <script src="/matrix3d/less-1.3.0.min.js" type="text/javascript"></script>
  7.         <title></title>
  8.     </head>
  9.     <body>
  10.         <section>
  11.             <div class="matrix">
  12.                 matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
  13.             </div>
  14.         </section>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement