ESTILO.CSS
Código CSS:
Ver original
body{ background-color:white; margin:0; } #cabecera img{ display:block; margin:0 auto; height:200px; width:558px; margin-bottom:50px; margin-top:30px; -webkit-animation-name: logo ; -webkit-animation-timing-function: linear; -webkit-animation-duration: 3s; } @-webkit-keyframes logo { from { opacity:0; } to { opacity:1; } } #contenido{ width:100%; -webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); box-shadow: inset 0 4px 6px rgba(0,0,0,.5); -moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); height:800px; background-color:#FFA200; } #botones { width:400px; margin:0 auto; } #venda{ width:200px; height:50px; background-color:#FFA200; -webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); box-shadow: inset 0 4px 6px rgba(0,0,0,.5); -moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); -webkit-border-radius:15px 15px 0 0; margin:0 auto; float:left; } #lloguer{ width:200px; height:50px; background-color:#FFA200; -webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); box-shadow: inset 0 4px 6px rgba(0,0,0,.5); -moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5); -webkit-border-radius:15px 15px 0 0; margin:0 auto; float:left; }
INDEX.HTML
Código HTML:
Ver original
http://inmobiliaria.xtrweb.com/plantilla/