(Undo revision 19027 by Gabrielchihonglee (talk)) |
|||
Line 31: | Line 31: | ||
<code>#top_menu_under { | <code>#top_menu_under { | ||
display: none; | display: none; | ||
+ | }</code> | ||
+ | <code>#content { | ||
+ | margin-left: 0px; | ||
}</code> | }</code> | ||
<p>The above code removes all margin of the content.</p> | <p>The above code removes all margin of the content.</p> | ||
</html> | </html> |
Revision as of 16:22, 19 June 2016
H1 Heading
H2 Heading
H3 Heading
#top_title {
display: none;
}
The above code hides the top title and logo bar.
#top_menu_14 {
display: none;
}
The above code hides the top nav bar.
#top_menu_under {
display: none;
}
#content {
margin-left: 0px;
}
The above code removes all margin of the content.