Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.         <head>
  4.                 <title>CSS3 Transformations and Transitions</title>
  5.                 <link href="transition.css" rel="stylesheet" type="text/css" />
  6.         </head>
  7.         <body>
  8.                 <div class="box" id="one">box 1</div>
  9.                 <div class="box" id="two">box 2</div>
  10.                 <div class="box" id="three">box 3</div>
  11.                 <div class="box" id="four">box 4</div>
  12.         </body>
  13. </html>