LENGUAJE HTML 5 Y CSS 3 (CSS)
CSS:
/*
Hoja de Estilos PRACTICA7.CSS
*/
h4{
text-align: center
}
header{
background-color:yellowgreen;
text-align: center;
padding: 20px;
}
section{
width: 33%;
float: left;
}
footer{
background-color:yellowgreen;
text-align: center;
padding: 20px;
clear: both;
}
No hay comentarios:
Publicar un comentario