Difference between revisions of "Template:Team:Bielefeld-CeBiTec/CSS"

(created template page for css stuff)
 
(moved css part from team page to this page)
Line 1: Line 1:
template page
+
<!--- adds to each page the style code, closes the head tag and opens the body tag --->
 +
 
 +
<style>
 +
 
 +
div.portraits {
 +
    #background: red;
 +
    margin: 10px 0 0 10px;
 +
    width:100%;
 +
    float: left;
 +
}
 +
 
 +
div.portrait_box {
 +
    #background: blue;
 +
    float: both;
 +
    margin-left: 0px;
 +
    margin-top: 0px;
 +
}
 +
 
 +
div.portrait_image {
 +
    float: left;
 +
    margin-right: 20px;
 +
}
 +
 
 +
div.portrait_text {
 +
    #background: green;
 +
    height: 320px;
 +
}
 +
 
 +
</style>
 +
</head>
 +
<body>

Revision as of 21:47, 26 April 2017


<style>

div.portraits {

   #background: red;
   margin: 10px 0 0 10px;
   width:100%;
   float: left;

}

div.portrait_box {

   #background: blue;
   float: both;
   margin-left: 0px;
   margin-top: 0px; 

}

div.portrait_image {

   float: left;
   margin-right: 20px;

}

div.portrait_text {

   #background: green;
   height: 320px;

}

</style> </head> <body>