https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1804875c7d34bd21a90f4ed548493559cb624ce3 authored by ffxbld on 26 September 2012, 03:06:39 UTC
Added FENNEC_16_0b5_RELEASE FENNEC_16_0b5_BUILD1 tag(s) for changeset 369866350edb. DONTBUILD CLOSED TREE a=release
Tip revision: 1804875
rotatex-perspective-3-ref.html
<html>
<head>
  <style type="text/css">
    #container {
      position: relative;
      height: 300px;
      width: 300px;
      margin: 50px 100px;
      border: 2px solid blue;
      
      -moz-perspective: 500px;
  }

  #parent {
      margin: 10px;
      width: 280px;
      height: 280px;
      background-color: #844BCA;
      
      -moz-transform: rotateY(40deg);
  }
    
  </style>
</head>
<body>

  <div id="container">
    <div id="parent">
    </div>
  </div>

</body>
</html>
back to top