Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
   width: 150px;
   width: 150px;
   text-align: center;
   text-align: center;
-
   margin-left: -132px;
+
   margin-left: -100px;
 +
  margin-top: 10px;
   background-color: pink;
   background-color: pink;
   cursor:pointer;
   cursor:pointer;

Revision as of 10:18, 15 August 2014

  1. labnote{
 width: 950px;
 border-left: solid 1px;
 margin: 0 auto;
 height:550px;
 overflow:auto;
 position:relative;
 display:inline-block;

}

  1. tabframe{
 float:left;

} .note-tab{

 border: solid 1px;
 line-height: 40px;
 font-size: 20px;
 width: 150px;
 text-align: center;
 margin-left: -100px;
 margin-top: 10px;
 background-color: pink;
 cursor:pointer;

}

.note-content{ }