Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. body{
  2. background-color: #eee;
  3. }
  4. table tr{
  5. padding: 20px 10px;
  6. }
  7. table td{
  8. padding: 20px 10px;
  9. height:100%;
  10. width:80%;
  11. }
  12. td button{
  13. color: #fc0324;
  14. background: #FFF;
  15. border:1px solid #fc0324;
  16. }
  17. td button:hover {
  18. background-color: #fc0324;
  19. color: #FFF;
  20. border:1px solid #fc0324;
  21. text-align:center;
  22. }
  23. .talk button{
  24. width: 100%;
  25. height: 60px;
  26. color: #038cfc;
  27. background: #FFF;
  28. font-size:40px;
  29. border-radius:5px;
  30. border:1px solid #038cfc;
  31. text-align:center;
  32. }
  33. .talk button:hover {
  34. background-color: #03befc;
  35. color: #FFF;
  36. font-size:40px;
  37. border-radius:5px;
  38. border:1px solid #038cfc;
  39. text-align:center;
  40. }
  41.  
  42. .circle {
  43. width:100px;
  44. height:100px;
  45. }
  46.  
  47. .circle img {
  48. width:100px;
  49. height:100px;
  50. border-radius: 100px;
  51. border:1px solid #00CC00;
  52. -webkit-border-radius: 100px;
  53. -moz-border-radius: 100px;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement