Guest User

Untitled

a guest
Jan 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. .title {
  2. color: #78cca7;
  3. font-size: 1.25em;
  4. }
  5.  
  6. .body-space {
  7. margin-top: 20px;
  8. }
  9.  
  10. .first-img {
  11. width: 444px;
  12. height: 400px;
  13. }
  14.  
  15. .center-text {
  16. margin-top: 25px;
  17. }
  18.  
  19. .sep-text {
  20. color: #78cca7;
  21. }
  22.  
  23. hr {
  24. /* border: none; */
  25. border-top: 2px double #333;
  26. color: #333;
  27. overflow: visible;
  28. text-align: center;
  29. height: 5px;
  30. }
  31.  
  32. hr:after {
  33. color: #78cca7;
  34. background: #fff;
  35. content: 'Comment รงa marche ?';
  36. padding: 0 32px;
  37. position: relative;
  38. top: -13px;
  39. }
  40.  
  41. .how-it-works-section {
  42. text-align: center;
  43. /* font-size: 20px;
  44. font-family: 'Futura-Heavy', sans-serif; */
  45. }
  46.  
  47. .bold {
  48. font-weight: bold;
  49. }
Add Comment
Please, Sign In to add comment