Skip to content

Instantly share code, notes, and snippets.

@nuwansh
Created December 31, 2011 09:34
Show Gist options
  • Save nuwansh/1543536 to your computer and use it in GitHub Desktop.
Save nuwansh/1543536 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;*/
div {
background-color: red; float: left; width: 100px;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
}
<!-- content to be placed inside <body>…</body> -->
<body>
<div>Sameera</div>
</body>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment