Using CSS To Create Box Container!

pls, how do i use CSS to create “Box Container” for my ‘email form’ on my contact page?

The mark up format is needed pls!

#box-container {
  width:400px;
  border:1px solid #000;
}

Adjust the width to meet your needs, as well as adding properties you need that I did not include.

<div id="box-container">
<!-- email form code goes here -->
</div>

Is this what you wanted? If I missed teh mark, post some code and I or someone can be more helpful. :slight_smile:

Can you say more specifically at?