Difference between revisions of "Team:CPU CHINA/css/home"

 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
     text-indent:2em;
 
     text-indent:2em;
 
     padding:0 20px;
 
     padding:0 20px;
    text-align: center;
+
 
 
}
 
}
 
.logo{
 
.logo{
Line 37: Line 37:
 
.video{
 
.video{
 
     display: block;
 
     display: block;
     width: 700px;
+
     /* width: 700px;
     height:400px;
+
     height:400px; */
 +
    height: auto;
 
     margin: 0 auto;
 
     margin: 0 auto;
 
}
 
}

Latest revision as of 10:46, 1 November 2017

.body-title{

   width:70%;
   margin: 0 auto;
   text-align: center !important;
   font-size: 30px !important;
   color: #0a402b;
   letter-spacing: .15em

} .body-container{

   padding-bottom: 40px;

} .body-container h3,h4{

   text-indent:2em;
   padding:0 20px;

} .logo{

   width: 80%;
   margin: 0 auto;

} .logo .col-md-4 {

   margin-top: 40px;

} .logo img{

   width: 80%;
   display: block;
   margin: 0 auto;
   height: 140px;
   margin-bottom: 20px;

} .img-top{

   display: block;
   width:50%;
   height:400px;
   margin: 0 auto;

} .video{

   display: block;
   /* width: 700px;
   height:400px; */
   height: auto;
   margin: 0 auto;

} .content h4{

   margin: 30px 0;

}