Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" |
+ | integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
+ | <head> | ||
<style> | <style> | ||
+ | |||
.footer{ | .footer{ | ||
− | width: | + | width:90%; |
height:300px; | height:300px; | ||
border-top: 3px solid #24305E ; | border-top: 3px solid #24305E ; | ||
Line 11: | Line 14: | ||
.footer ul{ | .footer ul{ | ||
− | margin: | + | margin:4% 39%; |
text-align:right; | text-align:right; | ||
display:flex; | display:flex; | ||
position:absolute; | position:absolute; | ||
transform: translate(-50%, -50%); | transform: translate(-50%, -50%); | ||
− | |||
} | } | ||
.footer ul li{ | .footer ul li{ | ||
list-style: none; | list-style: none; | ||
+ | margin-right: 10%; | ||
} | } | ||
.footer h4{ | .footer h4{ | ||
Line 31: | Line 34: | ||
.footer ul li a{ | .footer ul li a{ | ||
− | |||
− | |||
text-align: center; | text-align: center; | ||
line-height: 70px; | line-height: 70px; | ||
− | font-size: | + | font-size:40px; |
margin:0 10px; | margin:0 10px; | ||
display:block; | display:block; | ||
− | |||
position: relative; | position: relative; | ||
− | |||
− | |||
− | |||
z-index: 1; | z-index: 1; | ||
} | } | ||
Line 63: | Line 60: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: #3b5998; | background: #3b5998; | ||
transition:0.5s; | transition:0.5s; | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.f1 a:before{ | .f1 a:before{ | ||
Line 79: | Line 71: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: #3b5998; | background: #3b5998; | ||
transition:0.5s; | transition:0.5s; | ||
Line 95: | Line 85: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: #55acee; | background: #55acee; | ||
transition:0.5s; | transition:0.5s; | ||
Line 111: | Line 99: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: #C32AA3; | background: #C32AA3; | ||
transition:0.5s; | transition:0.5s; | ||
Line 127: | Line 113: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: #dd4b39; | background: #dd4b39; | ||
transition:0.5s; | transition:0.5s; | ||
Line 144: | Line 128: | ||
top:100%; | top:100%; | ||
left:0; | left:0; | ||
− | |||
− | |||
background: lightgoldenrodyellow; | background: lightgoldenrodyellow; | ||
transition:0.5s; | transition:0.5s; | ||
z-index: 2; | z-index: 2; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.sponsBox{ | .sponsBox{ | ||
− | margin:auto; | + | margin:auto; |
− | + | float:left; | |
+ | margin-top:15%; | ||
} | } | ||
.sponsBox img{ | .sponsBox img{ | ||
− | |||
− | |||
− | |||
− | |||
margin-left:5%; | margin-left:5%; | ||
+ | margin-bottom: 3%; | ||
padding-right:30px; | padding-right:30px; | ||
padding-left:5px; | padding-left:5px; | ||
− | |||
box-sizing:border-box; | box-sizing:border-box; | ||
− | |||
} | } | ||
+ | |||
</style> | </style> | ||
+ | </head> | ||
<div class="footer"> | <div class="footer"> | ||
Line 187: | Line 162: | ||
</div> | </div> | ||
<div class="sponsBox"> | <div class="sponsBox"> | ||
− | <img src="eppendorf.png" | + | <img src="eppendorf.png" width="13%" > |
− | <img src="BMG.jpg" > | + | <img src="BMG.jpg"width="15%" > |
− | <img src="biolabs.png"> | + | <img src="biolabs.png"width="13%" > |
− | <img src="arbor.png"> | + | <img src="arbor.png"width="13%" > |
− | <img src="IDT.png"> | + | <img src="IDT.png"width="13%" > |
− | < | + | <img src="clarafi.png" width="11%"> |
+ | <img src="MM.png" width="16%"> | ||
+ | <img src="SnapGene Logo (White) 576.png" width="15%"> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
− | + | </html> | |
− | + | ||
− | </html> | + |