Team:SDU-Denmark/css

From 2009.igem.org

(Difference between revisions)
Line 6: Line 6:
margin:0px; padding:0px;
margin:0px; padding:0px;
font-family: Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
 +
text-align: center;
background-attachment: fixed ;/* or: scroll*/
background-attachment: fixed ;/* or: scroll*/
background-color: #ffffff;
background-color: #ffffff;
Line 11: Line 12:
img {
img {
border: 0px;
border: 0px;
 +
}
 +
p {
 +
font-size: 10px;
 +
margin: 0px; padding: 0px;
 +
}
 +
h1 {
 +
font-size: 16px;
 +
font-weight: strong;
 +
}
 +
h2 {
 +
font-size: 13px;
 +
font-weight: strong;
 +
}
 +
 +
//DIV
 +
 +
#paragraph {
 +
width: 800px;
 +
}
 +
#float-left {
 +
width: 500px;
 +
float: left;
 +
}
 +
#float-right {
 +
width: 300px;
 +
float: right;
}
}
</style>
</style>

Revision as of 13:36, 20 July 2009