Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. a.buttongc{
  2. border-radius: 5px;
  3. background: #f5b220;
  4. color: #fff;
  5. font-size: 17px;
  6. height: 44px;
  7. line-height: 42px;
  8. color: #fff;
  9. text-decoration: none;
  10. text-align: center;
  11. box-sizing: border-box;
  12. -webkit-appearance: none;
  13. -moz-appearance: none;
  14. -ms-appearance: none;
  15. appearance: none;
  16. white-space: nowrap;
  17. margin:10px;
  18. text-overflow: ellipsis;
  19. font-family: inherit;
  20. cursor: pointer;
  21. width: 100%;
  22. overflow:hidden;
  23. display: block;
  24.  
  25. }
  26.  
  27. .gc-button-center{
  28. position:fixed;
  29. left:0;
  30. right:0;
  31. display:block;
  32. width: 100%;
  33. bottom: 50px;
  34. z-index:999999999;
  35.  
  36. }
  37.  
  38. <div class="gc-button-center">
  39. <a href="#" class="buttongc startgc">test</a>
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement