YuhangYang (Talk | contribs) (css Safety) |
YuhangYang (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | .Banner{ width: 100%; height: 500px; background: url(../ | + | .Banner{ width: 100%; height: 500px; background: url(https://static.igem.org/mediawiki/2018/1/11/T--SSTi-SZGD--default.png) no-repeat center center; background-size: contain;} |
.Content{ width: 60%; margin: auto; font-size: 2rem; text-align: justify; word-break: break-all;} | .Content{ width: 60%; margin: auto; font-size: 2rem; text-align: justify; word-break: break-all;} | ||
.Content .title{ text-align: center; font-size: 3rem; font-weight: 600;} | .Content .title{ text-align: center; font-size: 3rem; font-weight: 600;} |
Revision as of 01:43, 27 September 2018
.Banner{ width: 100%; height: 500px; background: url() no-repeat center center; background-size: contain;} .Content{ width: 60%; margin: auto; font-size: 2rem; text-align: justify; word-break: break-all;} .Content .title{ text-align: center; font-size: 3rem; font-weight: 600;} .Content section{ margin-bottom: 100px;}
@media only screen and (max-width: 768px) { .Content{ width: 100%; padding: 5%; font-size: 1.8rem;} .Content .title{ font-size: 2.4rem;} }