Team:SDU-Denmark/css

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
 
-
 
-
<style>
 
-
 
body {
body {
margin:0px; padding:0px;
margin:0px; padding:0px;
font-family: Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
-
text-align: center;
+
text-align: left;
background-attachment: fixed ;/* or: scroll*/
background-attachment: fixed ;/* or: scroll*/
background-color: #ffffff;
background-color: #ffffff;
Line 14: Line 10:
}
}
p {
p {
-
font-size: 10px;
+
font-size: 12px;
margin: 0px; padding: 0px;
margin: 0px; padding: 0px;
}
}
h1 {
h1 {
-
font-size: 16px;
+
font-size: 18px;
-
font-weight: strong;
+
font-weight: bold;
}
}
h2 {
h2 {
-
font-size: 13px;
+
font-size: 16px;
-
font-weight: strong;
+
font-weight: bold;
}
}
Line 39: Line 35:
float: right;
float: right;
}
}
-
 
-
</style>
 

Revision as of 13:43, 20 July 2009

body { margin:0px; padding:0px; font-family: Helvetica, Arial, sans-serif; text-align: left; background-attachment: fixed ;/* or: scroll*/ background-color: #ffffff; } img { border: 0px; } p { font-size: 12px; margin: 0px; padding: 0px; } h1 { font-size: 18px; font-weight: bold; } h2 { font-size: 16px; font-weight: bold; }

//DIV

  1. paragraph {

width: 800px; }

  1. float-left {

width: 500px; float: left; }

  1. float-right {

width: 300px; float: right; }