Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. HTML:
  2. <div class="half2">
  3. <h2>Want To Hire Akona?</h2><br>
  4. Lorem ipsum dolor sit amet, consectetur<br>
  5. adipisicing elit, sed do eiusmod tempor incididunt<br>
  6. ut labore et dolore magna aliqua.<br><br><br>
  7. <a href="" class="contact">Contact Us ยป</a>
  8. </div>
  9. CSS:
  10. .contact
  11. {
  12. background-image: url(../img/orange-button-bg.png);
  13. background-repeat: no-repeat;
  14. padding: 30px;
  15. vertical-align: middle;
  16. text-align: center;
  17. text-decoration: none;
  18. color: white;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement