Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .btn-google {
  2. font-family: 'Burbank Big Condensed Bold';
  3. font-size: 30px;
  4. line-height: 64px;
  5. box-sizing: border-box;
  6. position: relative;
  7. padding: 0 30px 0 80px;
  8. border: none;
  9. text-align: center;
  10. color: #fff;
  11. background: #4484f3;
  12. border-radius: 0;
  13. text-transform: uppercase;
  14. margin: 0;
  15. }
  16. .btn-google:before {
  17. content: "";
  18. box-sizing: border-box;
  19. position: absolute;
  20. top: 0;
  21. left: 0;
  22. width: 100%;
  23. height: 100%;
  24. background: url('../images/google-btn.png') 6px 6px no-repeat;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement