Team:UCLA/anuved verma ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
Line 547: Line 547:
.page_header .page_header_box{
.page_header .page_header_box{
     position:relative;
     position:relative;
-
    opacity: 1;
 
     z-index: -1;
     z-index: -1;
}
}
Line 556: Line 555:
     top:10%;
     top:10%;
     left:10%;
     left:10%;
 +
    opacity: 0.5;
 +
}
 +
#box2{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:20%;
 +
    opacity: 0.5;
 +
}
 +
#box3{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:30%;
 +
    opacity: 0.5;
 +
}
 +
#box4{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:40%;
 +
    opacity: 0.5;
}
}
</style>
</style>
</html>
</html>

Revision as of 19:49, 20 September 2014