Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created March 1, 2012 16:51
Show Gist options
  • Save griffiths/1951314 to your computer and use it in GitHub Desktop.
Save griffiths/1951314 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>CSS3 Transformations and Transitions</title>
<link href="transition.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="box" id="one">box 1</div>
<div class="box" id="two">box 2</div>
<div class="box" id="three">box 3</div>
<div class="box" id="four">box 4</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment