Diferencia entre revisiones de «Pie.css»
Línea 85: | Línea 85: | ||
color: #681a27; | color: #681a27; | ||
} | } | ||
− | # | + | #ca-nstab-main{ |
background: rgba(231,56,39,0.73); | background: rgba(231,56,39,0.73); | ||
background: -moz-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); | background: -moz-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); |
Revisión del 00:54 4 mar 2021
.pie {
color: #ffffff; margin-bottom: -180px; margin-right: -230px; margin-left: -200px; background-color: #691827; overflow: auto; height: 300px; width: 125%; clear: both; bottom: 0;
}
.listapie {
list-style: none;
}
.logopie {
margin-top: 500px; height: 60px; width: 100px; margin-bottom: 25px;
}
.parrafo {
width: 220px; justify-content: center; margin-top: -25px; font-family: Arial, Helvetica, sans-serif;
}
.redes {
height: 25px; width: 25px; margin-left: 5px;
}
.confpie {
display: block; position: absolute; left: 25%; top: 25px; transform: translate(-50%, 0);
}
.titulospie {
margin-bottom: 50px; font-family: Arial, Helvetica, sans-serif; color: #ffffff;
}
li {
font-family: Arial, Helvetica, sans-serif; margin-bottom: 25px;
}
.confpietercero {
display: block; position: absolute; margin-left: 5000px; transform: translate(-50%, 0);
} .side{ float: left;
width: 13em; padding: 0 0.5em; background-color: #ff6;
margin-left: -20em;
height: 1500px;
}
- wrapper {
margin: 0 14em 0 12em; padding: 0 1em;
position: relative; z-index:-5; } p{ position: relative;
z-index: 5; text-align: justify;
} a{ color: #681a27; }
- ca-nstab-main{
background: rgba(231,56,39,0.73); background: -moz-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,56,39,0.73)), color-stop(70%, rgba(142,35,39,0.73)), color-stop(89%, rgba(118,29,39,1)), color-stop(100%, rgba(104,26,39,1))); background: -webkit-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); background: -o-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); background: -ms-linear-gradient(top, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); background: linear-gradient(to bottom, rgba(231,56,39,0.73) 0%, rgba(142,35,39,0.73) 70%, rgba(118,29,39,1) 89%, rgba(104,26,39,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#681a27', GradientType=0 ); }