Template:CSS/notebook

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<head>
+
<style rel='stylesheet' type='text/css'>
-
<link rel="stylesheet" href="https://2014.igem.org/CSS/gifu/notebook?action=raw&ctype=text/css" type="text/css" />
+
 
-
</head>
+
.container_notebook{
-
<body>
+
width:100%;
-
<a href="https://2014.igem.org/CSS/gifu/notebook">CSS link</a>
+
height:1400px;
-
</body>
+
position:relative;
 +
top:-10px;
 +
left:0px;
 +
padding:0px;
 +
margin:0px;
 +
}
 +
 
 +
.topimg{
 +
position:absolute;
 +
top:50px;
 +
left:220px;
 +
width:920px;
 +
height:200px;
 +
border-radius: 80px;
 +
}
 +
 
 +
 
 +
.layout{
 +
width:920px;
 +
position:absolute;
 +
top:400px;
 +
left:220px;
 +
padding:0px;
 +
margin:0px;
 +
font-family:Verdana;
 +
size:12px;
 +
text-align:justify;
 +
margin-top:40px;
 +
}
 +
 
 +
 
 +
 
 +
</style>
</html>
</html>

Revision as of 21:33, 14 October 2014