(Blanked the page) |
|||
Line 1: | Line 1: | ||
− | + | body{ | |
+ | height:100%; | ||
+ | min-width: 1000px;/*To remove horizontal scrollbar*/ | ||
+ | overflow-x: hidden; /*To remove horizontal scrollbar*/ | ||
+ | background-image: url('https://static.igem.org/mediawiki/2016/5/56/T--Wageningen_UR--overviewbutton.jpg'); | ||
+ | background-size: 1000px; | ||
+ | font-family: verdana, geneva, sans-serif; | ||
+ | color: #000000; | ||
+ | font-size:80%; | ||
+ | } |
Revision as of 07:09, 20 September 2016
body{
height:100%; min-width: 1000px;/*To remove horizontal scrollbar*/ overflow-x: hidden; /*To remove horizontal scrollbar*/ background-image: url('https://static.igem.org/mediawiki/2016/5/56/T--Wageningen_UR--overviewbutton.jpg');
background-size: 1000px; font-family: verdana, geneva, sans-serif; color: #000000; font-size:80%; }