Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. body {
  2. text-align: center;
  3. }
  4.  
  5. a::before {
  6. content: "";
  7.  
  8. display: inline-block;
  9. height: 20px;
  10. width: 20px;
  11. margin-right: 10px;
  12. vertical-align: middle;
  13.  
  14. background-image: url(../images/pdf-download.png);
  15. background-repeat: no-repeat;
  16. background-attachment: scroll;
  17. background-position: center;
  18. background-size: 100% 100%;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement