Advertisement
Guest User

Untitled

a guest
May 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. #borders{
  2.     width:100%;
  3.     height:100%;
  4. }
  5. #borderleft{
  6.     background: url(Images/Border.png)
  7.     background-repeat-y;
  8.     background-height: 100%;
  9.     background-width: 50px;
  10.     background-position:absolute left:0;
  11.     background-padding-right:10px;
  12.         }
  13.        
  14. #borderright{
  15.     background: url(Images/Border.png)
  16.     background-repeat-y;
  17.     background-height: 100%;
  18.     background-width: 50px;
  19.     background-position:absolute right:0;
  20.     background-padding-left:10px;
  21.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement