m |
m |
||
Line 19: | Line 19: | ||
} | } | ||
} | } | ||
+ | |||
+ | /*important to set the position of these images such that the figcaption below the background image is visible*/ | ||
+ | #previous img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; | ||
+ | left: -50px; | ||
+ | } | ||
+ | |||
+ | #next img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; bottom: 0; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
Line 44: | Line 57: | ||
<groupparts>igem2016 British_Columbia</groupparts> | <groupparts>igem2016 British_Columbia</groupparts> | ||
</center> | </center> | ||
+ | |||
+ | <html> | ||
+ | <p id="read-more"><strong>Check out other parts of our project below!</strong></p> | ||
+ | |||
+ | <div id="up-next"> | ||
+ | |||
+ | <div class="row" style="max-width: 100%; margin: 0"> | ||
+ | |||
+ | <div class="col-sm-6" id="previous"> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Description"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/8/8b/T--British_Columbia--header-lake.jpg"></a> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Description"> | ||
+ | <strong><figcaption>Description</figcaption></strong></a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-6" id="next"> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Project/S-Layer/Cellulases"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/60/T--British_Columbia--header-mountains.jpg"></a> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Project/S-Layer/Cellulases"> | ||
+ | <strong><figcaption>Cellulase S-Layer Engineering</figcaption></strong></a> | ||
+ | </div> | ||
+ | |||
+ | </div><!--.row--> | ||
+ | </div><!--#up-next--> | ||
+ | |||
+ | </html> |
Revision as of 11:46, 19 October 2016
Parts
<groupparts>igem2016 British_Columbia</groupparts>
Check out other parts of our project below!