(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
- main{
margin-top: 86px; display: flex; justify-content: center;
}
- collaboration{
width: 80%; max-width: 1000px; padding-top: 100px; margin-bottom: 100px;
}
- collaboration h1{
font-family: 'OM'; font-size: 48px; line-height: 50px; letter-spacing: 1px;
}
- 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';
}
- 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;
}