Simple Layout Example
Preview
Code
<style>
.container {
border:1px solid #ccc;
padding:10px;
}
</style>
<div class="container">
<h2>Page Section</h2>
<p>This section is styled using CSS.</p>
</div>
<style>
.container {
border:1px solid #ccc;
padding:10px;
}
</style>
<div class="container">
<h2>Page Section</h2>
<p>This section is styled using CSS.</p>
</div>