Line 3: | Line 3: | ||
<html> | <html> | ||
+ | |||
+ | <style> | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | } | ||
+ | body { | ||
+ | display: flex; | ||
+ | flex-direction: column; | ||
+ | } | ||
+ | .content { | ||
+ | flex: 1 0 auto; | ||
+ | } | ||
+ | .footer { | ||
+ | flex-shrink: 0; | ||
+ | } | ||
+ | </style> | ||
<div class="igem_2018_team_content"> | <div class="igem_2018_team_content"> |
Revision as of 12:10, 10 August 2018