Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <style>
- body {
- margin: 0;
- padding: 0;
- background-color: #c0c0c0;
- }
- .main {
- width: 952px;
- margin: 0 auto 64px auto;
- background-color: #ffffff;
- border-left: 1px solid #9e9e9e;
- border-right: 1px solid #9e9e9e;
- }
- .logo {
- margin-left: 20px;
- margin-top: 20px;
- width: 86px;
- height: 73px;
- border: 1px solid red;
- }
- </style>
- </head>
- <body>
- <div class="main">
- <div class="logo">it works!</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment