Advertisement
zakyyudha

custom.own.css

Jul 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .testinner{
  2.     padding-bottom: 20px;
  3. }
  4. .searchList li{
  5.     background: #f7f7f7;
  6. }
  7. .footerWrap{
  8.     background: #f6f6f6 url(../images/ft-buildings.png) repeat-x bottom;
  9.     padding: 0px 0px 100px 0px;
  10.     /*padding-bottom: 100px;*/
  11.     /*padding-top: -100px;*/
  12. }
  13. .footerWrap:before{
  14.     content: "";
  15.     display: block;
  16.     height: 2px;
  17.     margin-bottom: 60px;
  18.     background: #ddd;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement