Vous êtes sur la page 1sur 1

index.html estilo.

css margin-bottom: 10px;


<!DOCTYPE html> *{ background: #808080;
<html lang="es"> margin: 0px;
<head> padding: 0px; }
<meta charset="UTF-8"> } aside{
<title>Maquetacion HTML y CSS</title> body{ background: #800000;
<link rel="stylesheet" type="text/css" background: #0000ff; height: 300px;
href="estilo.css"> color: #000; width: 250px;
</head> } margin-bottom: 10px;
<body> #contenedorpadre{ float-right;
<div id="contenedorpadre"> background: #FFFF00; }
<header> width: 960px; footer{
<h1>Titulo de margin: auto; background: #808000;
Pagina</h1> margin-top: 20px; clear: both;
</header> margin-bottom: 20px; }
<nav> border-radius: 20px;
menu overflow: hidden;
</nav> }
<section id="contenidohijo"> header{
<article> background: #FFF;
Contenido height: 150px;
</article> }
header h1{
</section> font-size: 50px;
<aside> text-align: center;
Informacion o links line-height: 150px;
</aside> }
<footer> nav{
Pie de Pagina background: #008000;
</footer> height: 60px;
</div> }
</body> #contenidohijo{
</html> width: 500px;
height: 300px;
float-left;
margin-top: 16px;
margin-right: 10px;

Vous aimerez peut-être aussi