controduce.css 857 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .videobox{
  2. width: 100%;
  3. height: 250px;
  4. background-color:#A9A9A9 ;
  5. margin-top: 100px;
  6. }
  7. .features{
  8. width: 100%;
  9. height: auto;
  10. }
  11. .contro-box>div{
  12. width: 50%;
  13. height: 260px;
  14. float: left;
  15. padding: 30px 0 30px 0;
  16. }
  17. .contro-box img{
  18. width:260px ;
  19. height: 260px;
  20. }
  21. .contro-box h3{
  22. margin-top: 50px;
  23. margin-bottom: 20px;
  24. }
  25. @media (min-width:996px ) {
  26. .contro-box{
  27. width: 60%;
  28. margin: 30px 25%;
  29. height: auto;
  30. }
  31. .madebtn{
  32. width: 10%;
  33. height: 30px;
  34. font-size: 16px;
  35. margin: 80px 45%;
  36. border: 1px solid #7DBE00;
  37. color: #7DBE00;
  38. background: transparent;
  39. }
  40. }
  41. @media (max-width:700px ) {
  42. .contro-box{
  43. width: 95%;
  44. margin: 30px 5%;
  45. height: auto;
  46. }
  47. .madebtn{
  48. width: 30%;
  49. height: 30px;
  50. font-size: 16px;
  51. margin: 80px 35%;
  52. border: 1px solid #7DBE00;
  53. color: #7DBE00;
  54. background: transparent;
  55. }
  56. }