- Comienzo de limpieza de código - Reestructuración de index.html para empezar. - Reestructuración de estilos git-svn-id: https://192.168.0.254/svn/Proyectos.CasonaDeHermosa_Web/trunk@4 3b47784b-b19e-4db7-bed8-7df874100dea
31 lines
538 B
CSS
31 lines
538 B
CSS
div.inicio {
|
|
width: 770px;
|
|
height: 461px;
|
|
overflow: visible;
|
|
background: url(images/fondo-inicio.jpg) no-repeat;
|
|
}
|
|
div.inicio h2 {
|
|
display: none;
|
|
}
|
|
|
|
div.inicio p {
|
|
left: 355px;
|
|
position: absolute;
|
|
width: 360px;
|
|
top: 325px;
|
|
overflow: visible;
|
|
padding-left: 86px;
|
|
background: url(images/letra-e-capitular.gif) no-repeat 0 0;
|
|
}
|
|
|
|
div.inicio span {
|
|
display: none;
|
|
}
|
|
|
|
div.inicio .promocion {
|
|
display: inline;
|
|
font-weight: bold;
|
|
color: #993399;
|
|
text-decoration: blink;
|
|
}
|