Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 200: Line 200:
}
}
-
@media only screen and (min-device-width : 1601px)
+
@media only screen and (min-device-width : 1601px) and (max-device-height: 1080px)
 +
{
 +
 
 +
.footer-img
 +
{
 +
/* METER EL FONDO */
 +
background:url(https://static.igem.org/mediawiki/2014/9/90/Valencia_UPV_Footer-grass_trans.png) no-repeat center center;
 +
background-size: cover;
 +
width:100%;
 +
z-index: 0;
 +
height:125px;
 +
padding:0px;
 +
margin:0px;
 +
border-radius:3px;
 +
-moz-border-radius:3px;
 +
-webkit-border-radius:3px;
 +
bottom: 0px;
 +
position: fixed;
 +
 
 +
}
 +
 
 +
}
 +
 
 +
@media only screen and (min-device-width : 1601px)and (min-device-height: 1081px)
{
{

Revision as of 10:22, 20 August 2014