Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. #leftshadow {
  2.     background-image: url("images/leftshadow.jpg");
  3.     background-repeat: no-repeat;
  4.     width: 5px;
  5.     height: 7px;
  6.     margin: 0 0 0 0;
  7. }
  8.  
  9. #midshadow {
  10.     background-image: url("images/bottomshadow.jpg");
  11.     background-repeat: repeat-x;
  12.     width: 920px;
  13.     height: 7px;
  14.     margin: 0 0 0 0;
  15. }
  16.  
  17. #rightshadow {
  18.     background-image: url("images/rightshadow.jpg");
  19.     background-repeat: no-repeat;
  20.     width: 5px;
  21.     height: 7px;
  22.     margin: 0 0 0 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement