1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .videobox{
- width: 100%;
- height: 250px;
- background-color:#A9A9A9 ;
- margin-top: 100px;
- }
- .features{
- width: 100%;
- height: auto;
- }
- .contro-box>div{
- width: 50%;
- height: 260px;
- float: left;
- padding: 30px 0 30px 0;
- }
- .contro-box img{
- width:260px ;
- height: 260px;
- }
- .contro-box h3{
- margin-top: 50px;
- margin-bottom: 20px;
- }
- @media (min-width:996px ) {
- .contro-box{
- width: 60%;
- margin: 30px 25%;
- height: auto;
- }
- .madebtn{
- width: 10%;
- height: 30px;
- font-size: 16px;
- margin: 80px 45%;
- border: 1px solid #7DBE00;
- color: #7DBE00;
- background: transparent;
- }
- }
- @media (max-width:700px ) {
- .contro-box{
- width: 95%;
- margin: 30px 5%;
- height: auto;
- }
- .madebtn{
- width: 30%;
- height: 30px;
- font-size: 16px;
- margin: 80px 35%;
- border: 1px solid #7DBE00;
- color: #7DBE00;
- background: transparent;
- }
- }
|