You are here: Home » Css » Debugging » Outline a div block
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; }