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

(moved css part from team page to this page)
(kept only style tags)
Line 28: Line 28:
  
 
</style>
 
</style>
</head>
 
<body>
 

Revision as of 21:52, 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>