You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

70 lines
1013 B

/*
a:link {
color: #C85127;
text-decoration: none;
}
a:visited {
color: #C85127;
}
a:hover {
color: #dd7955;
}
a:active {
color: #C85127;
}*/
.own-indexBackgroundImage{
width: 100%;
/*height: 100%;*/
z-index: -1;
position: absolute;
left: 0px;
top: 0px;
}
.temp-marge1{
margin-top: 50%;
}
.own-caixaDescripcioIndex{
margin-top: 50px;
margin-left:auto;
margin-right:auto;
max-width: calc(100% - 300px);
min-width: 320px;
}
.own-caixaImatgesIndex{
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
.own-imatgeIndex{
display: inline-block;
margin: 2%;
}
.own-footer{
margin-top: auto;
margin-left: auto;
background: #262626;
width: 100%;
height: 250px;
padding: 2%;
}
.own-footer h3{
color: #ffffff;
}
.own-footer a:link {
color: #C85127;
text-decoration: none;
display: block;
}
.own-footer a:hover {
color: #dd7955;
}
.own-caixaFooter{
display: inline-block;
width: 250px;
vertical-align: top;
}