Team:ZJU-China/CSS/Paragraph.css

From 2014.igem.org

Revision as of 08:46, 13 October 2014 by Tzuyu (Talk | contribs)

div.zju_frame {

   position: relative;
   display: block;
   width: 100%;
   height:auto;
   margin: 0px;
   box-shadow: 0px 5px #c4c4ef;
   overflow: auto;

}

div.zju_sec {

   position: relative;
   border-radius: 5px;
   padding: 10px;
   display:block;
   width: 80%;
   background-color: rgba(228,236,255,0.85);
   margin: 20pt auto 20pt;
   box-shadow: 0px 0px 20px #95c5f5;

}

p.cutline {

   font-size: 0pt;
   margin:0px;
   height:0px;

}