(Created page with "<html> <style> footer { width: 100%; height: auto; } #waves { width: 110%; height: 350px; opacity: 0.95; padding-top: 100px; } footer ul li { list-s...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
} | } | ||
− | + | .waves { | |
− | width: | + | width: 100%; |
height: 350px; | height: 350px; | ||
− | opacity: 0. | + | opacity: 0.90; |
padding-top: 100px; | padding-top: 100px; | ||
} | } | ||
− | + | #sponsors-container { | |
− | + | width: 100%; | |
− | + | padding: 3% 5%; | |
− | padding: | + | margin: auto; |
− | margin: auto; | + | |
} | } | ||
− | + | #sponsors-container ul li { | |
− | + | list-style: none; | |
− | + | display: inline; | |
} | } | ||
− | |||
− | < | + | #sponsors-container img { |
− | < | + | width: 240px; |
− | <li><img src="https://static.igem.org/mediawiki/2018/3/3c/T--ICT-Mumbai--DBT_logo.png" alt="DBT"/></li> | + | height: auto; |
− | + | padding: 0 2%; | |
− | + | } | |
− | + | ||
− | + | @media only screen and (max-width: 600px) { | |
− | + | #sponsors-container img { | |
− | <img src="https://static.igem.org/mediawiki/2018 | + | width: 75px; |
− | </footer> | + | height: auto; |
+ | padding: 0 2%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <br/><br/> | ||
+ | <footer> | ||
+ | <div id="sponsors-container"> | ||
+ | <ul> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/3/3c/T--ICT-Mumbai--DBT_logo.png" alt="DBT"/></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/7/7a/T--VIT_Vellore--genotypic.png" alt="Genotypic"/></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/8/84/T--VIT_Vellore--idt.png" alt="IDT"/></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/d/d7/T--VIT_Vellore--mathworks.jpg" alt="MATHWORKS"/></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/6/6e/T--VIT_Vellore--vitlogo.jpg" alt="VIT"/></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <img class="waves" src="https://static.igem.org/mediawiki/2018/5/5c/T--VIT_Vellore--waves.png" alt="Waves"/> | ||
+ | </footer> | ||
</html> | </html> |
Latest revision as of 06:49, 8 December 2018