Nieuw lid |
|
html pagina:
<div id='content'>
<div class='container'>
<!-- text and image -->
<p>Shatter your limits.</p>
<div class='cl'><!-- --></div>
<!-- end text and image -->
</div>
</div>
<div id='content'> <div class='container'> <!-- text and image --> <p>Shatter your limits.</p> <div class='cl'><!-- --></div> <!-- end text and image --> </div> </div>
Stylesheet;
/* CONTENT AREA */
#content {
height: 100%;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 300px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
top: 0;
/* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
padding-top: 20px; /* change to match the padding-top in #menu if you want them to align */
padding-right: 5px;
padding-bottom: 25px;
padding-left: 40px;
}
.container {
margin-bottom: 25px;
}
#content p { /* sets the properties for all paragraphs in the content area */
width: 40%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px; /* sets the space between paragraphs */
margin-left: 0px;
line-height: 18px; /* use this the change the leading (space between lines) */
}
p { /* sets the properties for all paragraphs */
margin-top: 0;
margin-right: 0;
margin-bottom: 9px;
margin-left: 0;
/* CONTENT AREA */ #content { height: 100%; margin-top: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 300px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */ top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */ padding-top: 20px; /* change to match the padding-top in #menu if you want them to align */ padding-right: 5px; padding-bottom: 25px; padding-left: 40px; } .container { margin-bottom: 25px; } #content p { /* sets the properties for all paragraphs in the content area */ width: 40%; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; /* sets the space between paragraphs */ margin-left: 0px; line-height: 18px; /* use this the change the leading (space between lines) */ } p { /* sets the properties for all paragraphs */ margin-top: 0; margin-right: 0; margin-bottom: 9px; margin-left: 0;
|