Team:Virginia/Test
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Template:Team:Virginia:Test}} | {{Template:Team:Virginia:Test}} | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
Line 19: | Line 20: | ||
html, body { | html, body { | ||
margin: 0; | margin: 0; | ||
- | height: | + | height: 100%; |
} | } | ||
+ | |||
Line 26: | Line 28: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
- | |||
/* helpers */ | /* helpers */ | ||
Line 61: | Line 62: | ||
.book .page { | .book .page { | ||
- | height: | + | height: 100%; |
} | } | ||
Revision as of 04:33, 16 October 2014
<!DOCTYPE html>