Revision: 51077
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 14, 2011 00:18 by cesarkohl
Initial Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <style type="text/css" media="screen"> #limites { position: absolute; width: 100px; height: 100px; background: blue; left: 50%; top: 50%; margin: -50px; } </style> </head> <body> <div id="limites"> </div> </body> </html>
Initial URL
Initial Description
Initial Title
Horizontal + Vertical Centered Layout
Initial Tags
css, html, layout, center
Initial Language
CSS