Team:HIT-Harbin/css/contentstyle.css
From 2014.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
background-color:#183D46; | background-color:#183D46; | ||
} | } | ||
+ | #topCentent{ | ||
+ | height:2000px; | ||
+ | width:1109px; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2014/6/61/Wikibackground.jpg); | ||
+ | margin:-144px auto; | ||
+ | padding-top:0px; | ||
+ | } | ||
+ | #topCentent #rightRed{margin:0 950px;} |
Revision as of 10:48, 22 July 2014
/* CSS Document */ ul,li,body,h1,#topCentent,#rightRed,#logo{ margin:0; padding:0; }
body { width:1300px;height:1014px; font-family: Arial; font-size: 12px;
padding-top:132px; background-color:#183D46;
}
- topCentent{
height:2000px;
width:1109px; background-image:url(); margin:-144px auto;
padding-top:0px;
}
- topCentent #rightRed{margin:0 950px;}