Advertisement
QueenOfGeckos

Two separate CSS + HTML

Aug 29th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ===CSS==
  2. #credit {
  3. position: fixed;
  4. bottom: 20px;
  5. left: 0px;
  6. background-color: transparent;
  7. }
  8. ---HTML---
  9. <div id="credit">
  10. <a target="_blank" href="url" target="_blank" title="STUFF"><img src="picture" height="90px"></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement