Monday, May 9, 2011

Monday(Creating the Contact Page)

I was working on the website I decide to work on the Contact page.
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;
}
 

1 comment: