Here is a picture of the page.
and I used to create the box are:
<div class="center">
</div>
And
<div class="position">
</div>
This will created the the rectangle.
The CSS is this below.
div.center
{
padding:2px;
margin:auto;
width:80%;
}
div.position
{
padding:10px;
border:1px solid gray;
background-color:#000000;
}
Nice.
ReplyDelete