Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <li >
  2. <a class="btn btn-default btn-product product-ic" href="#service" role="button">Advisors</a>
  3. </li>
  4.  
  5. .btn-product{
  6. text-align: left;
  7. width: 100%;
  8. background-color: #FEC006;
  9. border-bottom: 4px solid #FE9700;
  10. border-top: 1px solid rgba(82, 174, 110, 0.6);
  11. border-left: 2px solid rgba(254, 163, 0, 0.77);
  12. border-right: 0;
  13. border-radius: 8px;
  14. color: #333;
  15. font-size: 18px;
  16. padding-right: 5px;
  17. margin-top: 11px;
  18. }
  19. .btn-product:hover,
  20. .btn-product:focus {
  21. background-color: #fff;
  22. color: #555;
  23. }
  24. a.product-ic::before{
  25. font-family: fontAwesome;
  26. content: "f19c0a0";
  27. float:left;
  28. }
  29. .btn-product::after{
  30. font-family: fontAwesome;
  31. content: "f0540a0";
  32. float:right;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement