0% found this document useful (0 votes)
27 views

Codigo Css

The document contains CSS code defining the styles for different elements on a webpage like the body, containers, headers, sidebars and footer. It sets properties like fonts, colors, widths, floats and padding for layout and styling of the page sections.

Uploaded by

api-3697142
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Codigo Css

The document contains CSS code defining the styles for different elements on a webpage like the body, containers, headers, sidebars and footer. It sets properties like fonts, colors, widths, floats and padding for layout and styling of the page sections.

Uploaded by

api-3697142
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

BODY {

font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;


margin: 10 0 10 0px;
text-align: center;
background-color: #ebebeb;
}
#container{
text-align: left;
width: 770px;
margin: auto;
}
#cabecalho{
background-color: #d0d0ff;
color: #333300;
font-size:12pt;
font-weight: bold;
padding: 3 3 3 10px;
}
#corpo{
margin: 10 0 10 0px;
}
#lateral{
width: 160px;
background-color: #999999;
float:left;
}
#lateral ul{
margin : 0 0 0 0px;
padding: 0 0 0 0px;
list-style: none;
}
#lateral li{
background-color: #ffffcc;
margin: 2 2 2 2px;
padding: 2 2 2 2px;
font-weight: bold;
}
#lateral a{
color: #3333cc;
text-decoration: none;
}
#outrolado{
width: 120px;
float: right;
}
#principal{
margin-left: 170px;
background-color: #ffffff;
padding: 4 4 4 4px;
width: 460px;
}
#rodape{
background-color: #cccccc;
padding: 3 10 3 10px;
text-align:right;
clear: both;
}

You might also like