Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
Line 42: Line 42:
     background-color: white;
     background-color: white;
     background-position: top;
     background-position: top;
 +
    width:1000px;
     height:200px ;
     height:200px ;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     border-width:0px;
     border-width:0px;
     border-top-width:0px;
     border-top-width:0px;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    border: 10px solid rgba(255, 228, 196,0.4);
 +
    background-clip: padding-box;
}
}

Revision as of 23:46, 29 May 2012