събота, 9 март 2013 г.

How to Center <div> a Element

This could be accomplished by:
#content {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}
This is the HTML markup that needs to be centered:
<div id="content">
This is a DIV block that is to be centred. Don't
center the text, just the block.
</div>

Няма коментари:

Публикуване на коментар