Advertisement
Jazza

CSS

Sep 4th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. .image{
  2. height:1337px;
  3. width:1337;
  4. margin:auto;
  5. background:url('www.wesbite.com');
  6. padding-top:60%;}
  7.  
  8. </style>
  9. </head>
  10. <body>
  11. <div id="image">
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement