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

(Created page with "#main{ margin-top: 86px; display: flex; justify-content: center; } #collaboration{ width: 80%; max-width: 1000px; padding-top: 100px; margin-bottom...")
 
 
Line 31: Line 31:
 
     line-height: 100px;
 
     line-height: 100px;
 
     font-size: 24px;
 
     font-size: 24px;
 +
    font-family: 'quicksand medium';
 
}
 
}
 
#collaboration p{
 
#collaboration p{

Latest revision as of 01:49, 18 October 2018

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

}

  1. collaboration{
   width: 80%;
   max-width: 1000px;
   padding-top: 100px;
   margin-bottom: 100px;

}

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

}

  1. collaboration img{
   max-width: 100%;

} .title{

   display: flex;
   margin-top: 50px;
   margin-bottom: 30px;

} .title img{

   width: 100px;
   height: 100px;

} .title span{

   line-height: 100px;
   font-size: 24px;
   font-family: 'quicksand medium';

}

  1. collaboration p{
   font-family: "quicksand medium";
   font-size: 18px;
   line-height: 30px;
   text-align: justify;

} .half{

   display: flex;

} .half1{

   width: 45%;
   margin-right: 5%;
   display: flex;
   align-items: center;
   justify-content: center;

} .half2{

   width: 45%;
   display: flex;
   align-items: center;
   justify-content: center;

}