Fabriciool

Copyright

Sep 29th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. #basecopy {
  2. -webkit-border-radius: 5px;
  3. -moz-border-radius: 5px;
  4. border-radius: 5px;
  5. -moz-border-radius:3px;
  6.       border-radius:3px;
  7. border:solid #CCC 1px;
  8. padding:8px;
  9. }
  10. #credits {
  11.     box-shadow: 0 0 14px #b2b2b2;  
  12.     width: 100%;
  13.     margin:0 auto;
  14.     padding: 10px;
  15.     background: rgba(236, 236, 236, 0.90);
  16.     color: #000;
  17.     border:1px #CCC solid;
  18.     text-align: center;
  19.     position: fixed;
  20.     bottom:0;
  21.     left:0px;
  22.     font: 11px verdana;
  23.     z-index:999;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment