Advertisement
deliciousthemes

Haze - stylize wrapper

Jun 22nd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. #wrapper {
  2. -moz-box-shadow: 0 0 5px #bdbdbd;
  3. -webkit-box-shadow: 0 0 5px #BDBDBD;
  4. box-shadow: 0 0 5px #BDBDBD;
  5. border-radius: 5px;
  6. margin-top: 30px;
  7. margin-bottom: 30px;   
  8. margin: 0 auto;
  9. position: relative;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement