Created
September 30, 2013 18:58
-
-
Save ericguzman/6768395 to your computer and use it in GitHub Desktop.
Google Web Designer - Sample blank file w/ a div
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: This is non-published code, which does not include all browser prefixes.