diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-04-01 13:11:59 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-04-01 13:11:59 +0300 |
| commit | f61ea8b4a2e1bbe56509d4de35527d855a40984f (patch) | |
| tree | 9e0fe4686658129577606eb225abbd880591bbe1 /html-layouts/center.html | |
| parent | 5079f54a7a2b708b87476e16f2b503cd5d932525 (diff) | |
indentation fix
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 |
