Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. table {
  2. margin: auto;
  3. padding: 1em;
  4. }
  5. img {
  6. width: 5.3em;
  7. margin: 0.2em;
  8. box-shadow:1px 5px #F4F4F4;
  9. }
  10.  
  11. .img2{
  12. padding-top: 19.765%;
  13. padding-bottom: 19.765%;
  14. }
  15.  
  16. h3{
  17. color: #8E7052;
  18. font-family:
  19. }
  20.  
  21. .button{
  22. background-color: #FF512E;
  23. color: white;
  24. padding: 12px 40px;
  25. text-align: center;
  26. text-decoration: none;
  27. border-radius: 30px;
  28. font-size: 1.3em;
  29. border: none;
  30. box-shadow: none;
  31. font-family: 'FONTSPRING DEMO - Rift Demi';
  32. font-style: italic;
  33. font-weight: 600;
  34. }
  35.  
  36. value{
  37. padding: 1em;
  38. }
  39.  
  40. hr{
  41. display: block;
  42. height: 0.01em;
  43. padding: 0;
  44. border: 0;
  45. font-family: arial;
  46. text-align: center;
  47. font-size: 60px;
  48. line-height: 1;
  49. background-color: #8E7052;
  50. width: 40%;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement