Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7.  
  8.     <title>untitled</title>
  9.     <style type="text/css" media="screen">
  10.        #wrapper{
  11.            background-color: rgba(255, 0, 0, 0.25);
  12.            position: absolute;
  13.            width: 100%;
  14.            top: 50%;
  15.            height: 1px;
  16.         }
  17.        
  18.         #content{
  19.             width: 400px;
  20.             height: 300px;
  21.             background-color: rgba(255, 0, 0, 0.25);
  22.             margin: 0 auto;
  23.             margin-top: -150px;
  24.         }
  25.     </style>
  26. </head>
  27.  
  28. <body>
  29. <div id="wrapper">
  30.     <div id="content">
  31.         test        
  32.     </div>
  33.  
  34. </div>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement