Carl_Meller

css.php

Jan 29th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. body
  2. {
  3.     background-image: url(http://localhost/staff/bakgrund.png);
  4.     background-size: cover;
  5. }
  6.  
  7. #wf
  8. {
  9. border: 1px #888888 solid;
  10. background-color: #dbdbdb;
  11. -webkit-border-radius: 10px;
  12. -moz-border-radius: 10px;
  13. border-radius: 10px;
  14. -moz-box-shadow: 0px 0px 10px 0px #888888;
  15. -webkit-box-shadow: 0px 0px 10px 0px #888888;
  16. box-shadow: 0px 0px 10px 0px #888888;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment