Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <a href="" class="facebook-a">
  2. <span class="facebook-a-bold">Log In</span> with <span class="facebook-a-bold">Facebook</span>
  3. </a>
  4. .facebook-a {
  5. background: -moz-linear-gradient(to bottom, #405896, #374c8d, #304272);
  6. background: -o-linear-gradient(to bottom, #405896, #374c8d, #304272);
  7. background: -webkit-linear-gradient(to bottom, #405896, #374c8d, #304272);
  8. background: -webkit-gradient(to bottom, #405896, #374c8d, #304272);
  9. background: linear-gradient(to bottom, #405896, #374c8d, #304272);
  10. border-radius: 4px;
  11. border-top: 1px solid #758ab5;
  12. -moz-box-sizing: border-box;
  13. -webkit-box-sizing: border-box;
  14. box-sizing: border-box;
  15. color: #fbffff;
  16. display: block;
  17. font-size: 16px;
  18. height: 35px;
  19. line-height: 35px;
  20. margin: 0 auto;
  21. position: relative;
  22. text-align: center;
  23. text-decoration: none;
  24. vertical-align: middle;
  25. width: 276px;
  26. }
  27. .facebook-a::before {
  28. background-image: url('../img/border.png');
  29. background-position: right center;
  30. background-repeat: no-repeat;
  31. -moz-box-sizing: border-box;
  32. -webkit-box-sizing: border-box;
  33. box-sizing: border-box;
  34. content: 'f';
  35. display: inline-block;
  36. font-family: Arial, Gadget, sans-serif;
  37. font-size: 24px;
  38. font-weight: 700;
  39. height: 35px;
  40. left: 0;
  41. line-height: 35px;
  42. position: absolute;
  43. text-align: center;
  44. top: -1px;
  45. vertical-align: middle;
  46. width: 39px;
  47. }
  48. .facebook-a-bold {
  49. font-weight: bold;
  50. letter-spacing: .5px;
  51. }
  52. .facebook-a::after {
  53. -moz-box-sizing: border-box;
  54. -webkit-box-sizing: border-box;
  55. box-sizing: border-box;
  56. content: '\203a';
  57. display: inline-block;
  58. font-size: 33px;
  59. height: 35px;
  60. line-height: 30px;
  61. position: absolute;
  62. right: 26px;
  63. vertical-align: middle;
  64. width: 10px;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement