PedroAlmeida (Talk | contribs) |
PedroAlmeida (Talk | contribs) |
||
Line 255: | Line 255: | ||
width: 100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .zoom { | ||
+ | padding: 50px; | ||
+ | background-color: green; | ||
+ | transition: transform .2s; /* Animation */ | ||
+ | width: 200px; | ||
+ | height: 200px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | .zoom:hover { | ||
+ | transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ | ||
} | } | ||
</style> | </style> | ||
Line 267: | Line 281: | ||
<div class="footer"> | <div class="footer"> | ||
<p>We thank them for supporting us through this difficult journey:</p> | <p>We thank them for supporting us through this difficult journey:</p> | ||
+ | <!-- | ||
+ | <div class="zoom"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/cd/T--USP-EEL-Brazil--Symbol.jpeg" > | ||
</div> | </div> | ||
+ | --> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> |
Revision as of 17:35, 2 August 2018