diff options
Diffstat (limited to 'html-layouts/center.html')
| -rw-r--r-- | html-layouts/center.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/html-layouts/center.html b/html-layouts/center.html index 72c0bd0..e16ef79 100644 --- a/html-layouts/center.html +++ b/html-layouts/center.html @@ -1,21 +1,21 @@ <!doctype html> <html> - <head> - <title>Dead Center</title> - <style> + <head> + <title>Dead Center</title> + <style> div.dead_center { - position: absolute; - top: 50%; - left: 50%; - height: 400px; - width: 500px; - margin: -200px 0 0 -250px; - background: #999; + position: absolute; + top: 50%; + left: 50%; + height: 400px; + width: 500px; + margin: -200px 0 0 -250px; + background: #999; } - </style> - </head> - <body> - <div class="dead_center"></div> - </body> + </style> + </head> + <body> + <div class="dead_center"></div> + </body> </html>
\ No newline at end of file |
