Difference between revisions of "Template:BIT/css/safety"

 
Line 11: Line 11:
 
     max-width: 800px;
 
     max-width: 800px;
 
     margin-bottom: 100px;
 
     margin-bottom: 100px;
 +
    margin-top:50px;
 
}
 
}
 
#detail{
 
#detail{
Line 20: Line 21:
 
     font-size:48px;
 
     font-size:48px;
 
     font-family:'OM';
 
     font-family:'OM';
      
+
     line-height:50px;
 
}
 
}
 
.half{
 
.half{

Latest revision as of 00:21, 18 October 2018

  1. main{
   margin-top: 66px;
   display: flex;
   justify-content: center;

}

  1. main-content{
   display: flex;
   justify-content: center;
   flex-direction: column;
   width: 80%;
   max-width: 800px;
   margin-bottom: 100px;
   margin-top:50px;

}

  1. detail{
   display: flex;
   align-items: center;
   flex-direction: column;

}

  1. detail h1{
   font-size:48px;
   font-family:'OM';
   line-height:50px;

} .half{

   display: flex;

} .half1{

   width: 45%;
   margin-right: 5%;

} .half2{

   width: 45%;
   display: flex;
   flex-direction: column;

}

  1. detail p{
   text-align: justify;
   font-size: 18px;
   font-family: 'quicksand medium';
   line-height: 27px;
   width: 100%;

} .half div img{

   width: 100%;

}