Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
(Created page with "#labnote{ width: 950px; border-left: solid 1px; margin: 0 auto; } .note-tab{ border: solid 1px; line-height: 40px; font-size: 20px; width: 150px; text-align: cen...")
Line 14: Line 14:
   position: fixed;
   position: fixed;
   background-color: pink;
   background-color: pink;
 +
  cursor:pointer;
}
}
.note-content{
.note-content{
}
}

Revision as of 09:36, 15 August 2014

  1. labnote{
 width: 950px;
 border-left: solid 1px;
 margin: 0 auto;

}

.note-tab{

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

}

.note-content{ }