Template:Team:Tsinghua-A/CSS/TEMPLATEMO MISC
From 2014.igem.org
(Difference between revisions)
(Created page with "<style type="text/css"> /** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2012 * http://stevenwanderski.c...") |
|||
Line 1: | Line 1: | ||
+ | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
/** | /** | ||
Line 27: | Line 28: | ||
</style> | </style> | ||
+ | </head> |
Latest revision as of 08:25, 15 October 2014
<head> <style type="text/css"> /**
* BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2012 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */
/** RESET AND LAYOUT ===================================*/ .bx-wrapper {
position: relative; margin: 0 auto; padding: 0; *zoom: 1;
}
.bx-wrapper img {
width: 100%; max-width: 100%; display: block;
}
</style> </head>