Team:UCLA/anuved verma ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
<!--SIDE MENU BAR-->
<!--SIDE MENU BAR-->
<style type="text/css">
<style type="text/css">
 +
#start_tour{
 +
    background:red;
 +
    width:100px;
 +
    height:30px;
 +
    left:0;
 +
    top:70px;
 +
}
#side_menu{
#side_menu{
     position:fixed;
     position:fixed;
Line 8: Line 15:
     width:100px;
     width:100px;
     height: 500px;
     height: 500px;
-
     left:-100px;
+
     left:0;
     top:100px;
     top:100px;
     background:blue;
     background:blue;

Revision as of 08:10, 5 September 2014