Guest User

Untitled

a guest
Sep 30th, 2013
6,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head data-gwd-animation-mode="quickMode">
  5.     <meta name="generator" content="Google Web Designer 1.0.0.924">
  6.     <meta name="template" content="Banner 1.0.5">
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.     <style type="text/css">
  10.       html, body {
  11.         width: 100%;
  12.         height: 100%;
  13.         margin: 0px;
  14.       }
  15.       .gwd-page-container {
  16.         position: relative;
  17.         width: 100%;
  18.         height: 100%;
  19.       }
  20.       .gwd-page-content {
  21.         background-color: transparent;
  22.         -webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  23.         -webkit-transform-style: preserve-3d;
  24.         position: absolute;
  25.       }
  26.       .gwd-page-wrapper {
  27.         background-color: rgb(255, 255, 255);
  28.         position: absolute;
  29.         -webkit-transform: translateZ(0px);
  30.       }
  31.       .gwd-page-size {
  32.         width: 300px;
  33.         height: 250px;
  34.       }
  35.       .gwd-div-38i5 {
  36.         position: absolute;
  37.         width: 197px;
  38.         height: 77px;
  39.         left: 36px;
  40.         top: 92px;
  41.         font-family:'Times New Roman';
  42.         text-align: left;
  43.       }
  44.     </style>
  45.     <script type="text/x-serialization" id="gwd-serialization">
  46.       {
  47.         "version": 1,
  48.         "content": {
  49.           "type": "rad.ad.RichMedia",
  50.           "properties": {
  51.             "environment": "@environment"
  52.           },
  53.           "children": [
  54.             "@page1"
  55.           ]
  56.         },
  57.         "objects": {
  58.           "environment": {
  59.             "type": "rad.environment.Browser",
  60.             "properties": {
  61.               "isBanner": true
  62.             }
  63.           },
  64.           "page1": {
  65.             "type": "rad.ui.Page",
  66.             "decorates": true,
  67.             "properties": {
  68.               "width": "300px",
  69.               "height": "250px"
  70.             },
  71.             "children": []
  72.           }
  73.         }
  74.       }
  75.     </script>
  76.   </head>
  77.  
  78.   <body>
  79.     <div class="gwd-page-container">
  80.       <div id="page1" class="gwd-page-wrapper gwd-page-size" data-gwd-component-id="page1">
  81.         <div class="gwd-page-content gwd-page-size">
  82.           <div class="gwd-div-38i5">hello world
  83.             <div>
  84.               <br>
  85.             </div>
  86.           </div>
  87.         </div>
  88.       </div>
  89.     </div>
  90.   </body>
  91.  
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment