Skip to content

Instantly share code, notes, and snippets.

@muZk
Created December 6, 2013 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muZk/7817106 to your computer and use it in GitHub Desktop.
Save muZk/7817106 to your computer and use it in GitHub Desktop.
/**
Generales
**/
.clear{
clear: both;
}
.pull-left{
float: left;
margin-right: 10px;
}
.centrar{
margin: 0 auto;
}
/**
Cafe Generales
**/
.cafes-lista{
width: 700px;
border: 2px solid rgb(214, 214, 214);
border-radius: 5px;
padding: 20px;
margin-top: 25px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.cafes-titulo-principal{
width: 250px;
background-color: #DDDC99;
color: #80693D;
border-radius: 5px;
text-align: center;
margin-top: -35px;
border: 1px solid rgb(194, 173, 173)
}
/**
Cafe Específico
**/
.cafe{
border-bottom: 1px solid rgb(214, 214, 214);
width: 700px;
margin-top: 20px;
}
.cafe-vista-previa{
margin-right: 15px;
}
.cafe-vista-previa img{
width: 140px;
}
.cafe-titulo{
margin: 2px;
}
.cafe-descripcion{
margin-top: 20px;
}
.cafe-contenido{
width: 430px;
}
.cafe-comprar{
color: white;
background-color: #E64042;
padding: 20px;
border-radius: 3px;
text-decoration: none;
}
.cafe-precio{
background-color: #7875C2;
font-weight: bold;
color: white;
padding: 2px;
border-radius: 3px;
margin-top: 4px;
margin-left: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment