Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #basecopy {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -moz-border-radius:3px;
- border-radius:3px;
- border:solid #CCC 1px;
- padding:8px;
- }
- #credits {
- box-shadow: 0 0 14px #b2b2b2;
- width: 100%;
- margin:0 auto;
- padding: 10px;
- background: rgba(236, 236, 236, 0.90);
- color: #000;
- border:1px #CCC solid;
- text-align: center;
- position: fixed;
- bottom:0;
- left:0px;
- font: 11px verdana;
- z-index:999;
- }
Advertisement
Add Comment
Please, Sign In to add comment