0% found this document useful (0 votes)
15 views2 pages

IE Width and Layout Issues

The document is an HTML page with CSS styling. It contains common HTML elements like header, navigation, content, section, aside and footer sections styled with CSS.

Uploaded by

Veronica Zarate
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

IE Width and Layout Issues

The document is an HTML page with CSS styling. It contains common HTML elements like header, navigation, content, section, aside and footer sections styled with CSS.

Uploaded by

Veronica Zarate
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link hrel="stylesheet" tref="[Link]">
</head>
<body>
 <div>

 </div id="contenedor"<header></div>
    <div id="nav">
        <h1></h2>
    </div>
    <div  id ="contenido"></div>
<div id ="section">section</div>
<div id="aside">aside</div>
<div id ="footer">
    <h2>pie de pagina</h2>
   

</div>
   
</body>
</html>

*{margin:0px;
padding:0px;
}
#contenedor {
    whidth:1000px;
    heigth:600px;
    background:#d8d8d8;
    margin:auto;
    color:#fff;
    padding:20px;
}
#header{
    background:#615f5f;
    border-radius:20px;
    text-align:center:};
    line-helg
}
#nva{
heigth:50px;
background:#a4a4a4;
border-radius:20px;    
}
#nav h2{
    font-size:40px;
    text-align:center;

#contenido{
    heigth:300px
    clear

}
#fooder {
    heigth:50px;
    background:#a4a4a4;
    border-radius:20px;

}
#fooder{
    font-size:40px;
    text-align:center;
    line-heigth:50px;

}
#seccion {
     font-size:300px;
     text-align:center;

You might also like