Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!--Button Bottom Right-->
  2. <a href="mailto:example@example.com?subject=Envirma Education | Media Production Unit 6&body=To the attention of sir/madam,
  3.  
  4. Envirma Education | Media Production Unit 6" class="call-to-action">Click here to contact us! <i class="far fa-envelope-open"></i>
  5. </a>
  6. <!--End of Contact Call-To-Action-->
  7.  
  8. * Call to Action */
  9. .call-to-action {
  10. background-color: #ffffff;
  11. border: 1px solid #ffffff;
  12. -moz-border-radius: 28px;
  13. -webkit-border-radius: 28px;
  14. border-radius: 28px;
  15. display: block;
  16. font-size: 17px;
  17. font-family: 'Roboto, Sans Serif';
  18. text-decoration: none;
  19. color: #000000;
  20. padding: 16px 31px;
  21. position: absolute;
  22. right: 50px;
  23. bottom: 30px;
  24. text-align: center;
  25. transition: 0.5s;
  26. margin: auto;
  27. }
  28.  
  29. ​ .call-to-action a:hover {
  30. background-color: #C6DDF0;
  31. border: 1px solid #C6DDF0;
  32. }
  33.  
  34. .call-to-action a {
  35. text-decoration: none;
  36. color: #ffffff
  37. }
  38.  
  39. .call-to-action:hover {
  40. background-color: #C6DDF0;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement