Skip to content

Instantly share code, notes, and snippets.

@ericguzman
Created September 30, 2013 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericguzman/6768395 to your computer and use it in GitHub Desktop.
Save ericguzman/6768395 to your computer and use it in GitHub Desktop.
Google Web Designer - Sample blank file w/ a div
<!DOCTYPE html>
<html>
<head data-gwd-animation-mode="proMode">
<title>rect</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Google Web Designer 1.0.0.924">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
body {
background-color: transparent;
-webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-webkit-transform-style: preserve-3d;
}
.gwd-div-r05l {
position: absolute;
width: 477px;
height: 375px;
left: 82px;
top: 60px;
background-image: none;
background-color: rgb(255, 0, 0);
}
</style>
</head>
<body>
<div class="gwd-div-r05l"></div>
</body>
</html>
@ericguzman
Copy link
Author

NOTE: This is non-published code, which does not include all browser prefixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment