Guest User

Untitled

a guest
Jan 17th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div>
  2. <a href="tel:+7644664">+7 (64) 46-64</a>
  3. <br>
  4. <a href="tel:+7644664">+7 (64) 46-64</a>
  5. <br>
  6. <a href="tel:+7644664">+7 (64) 46-64</a>
  7. <br>
  8. <a href="tel:+7644664">+7 (64) 46-64</a>
  9. </div>
  10.  
  11. div {
  12. font-size: 1.1em;
  13. line-height: 1.5;
  14. }
  15. div a {
  16. color: #000;
  17. text-decoration: none;
  18. border-bottom: 1px dashed #000;
  19. -webkit-transition: all .4s ease;
  20. transition: all .4s ease;
  21. }
  22. div a:hover {
  23. color: #25c019;
  24. border-bottom: 1px dashed #25c019;
  25. }
Add Comment
Please, Sign In to add comment