Team:UCLA/Template/css
From 2013.igem.org
(Difference between revisions)
Dewalgupta (Talk | contribs) |
Dewalgupta (Talk | contribs) |
||
Line 4: | Line 4: | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-size: 100%; | background-size: 100%; | ||
+ | height: 100% | ||
+ | width: 100% | ||
} | } | ||
Revision as of 02:21, 13 September 2013
body#space{
background-image: url(""); background-attachment: fixed; background-repeat: repeat; background-size: 100%; height: 100% width: 100%
}
html, body{
background-color:white;
}
/* Headers */ h1, h2, h3, h4, h5 {font-family:Verdana}
/* Full page formats */
- top-section{
position: relative; height: 150px; width: 975px;
}
- contentSub, #search-controls, .firstHeading, #catlinks, #p-logo{
display:none;
}
- container{
margin: 15px 0px auto auto; width: 975px;
}
- globalwrapper{
margin: 0px 0px auto auto;
}
p{
margin: 5px; font-family: Verdana;
}
h4{
margin: 5px;
}