This website may use cookies. More info. That's Fine x
Welcome Login

Outline a div block


Css

To outline a div block, use:

border:dashed red 1px;

 

This styling is really useful for design, to temporarily view a div block occupation of web page space.

Eg:

#main_content_wrap {
border: dashed red 1px;
}


Created on: Monday, February 28, 2011 by Andrew Sin