IPhoneSection.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .iPhoneSection{
  2. width: 100%;
  3. margin-top: 127px;
  4. display: flex;
  5. justify-content: center;
  6. }
  7. .iphoneImg{
  8. margin-top: -47px;
  9. width: 50%;
  10. max-width: 800px;
  11. height: 839px;
  12. margin-right: 113px;
  13. }
  14. .iPhoneInfo{
  15. padding-top: 97px;
  16. width: 50%;
  17. }
  18. .buttonWrapper{
  19. display: flex;
  20. margin-top: 75px;
  21. }
  22. .blueBtn{
  23. width: 202px;
  24. height: 42px;
  25. background-color: #267df4;
  26. border-radius: 21px;
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. border: none;
  31. }
  32. .blueBtn p {
  33. margin-left: 26px;
  34. font-size: 16px;
  35. color: #fff;
  36. }
  37. .fa-arrow-right {
  38. color: #fff;
  39. margin-right: 18px;
  40. border-radius: 1.5px;
  41. font-size: 14px;
  42. }
  43. .whiteBtn{
  44. margin-left: 20px;
  45. width: 142px;
  46. height: 42px;
  47. border-radius: 21px;
  48. border: solid 1px rgba(38, 39, 45, .1);
  49. background-color: transparent;
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. font-size: 16px;
  54. color: #26272d;
  55. }
  56. .iPhoneSection button:hover {
  57. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  58. cursor: pointer;
  59. }