Difference between revisions of "Team:Hong Kong UCCKE/HTML Test"

Line 10: Line 10:
 
display: none;
 
display: none;
 
}
 
}
#globalWrapper {
+
#top_menu_under {
 
margin: 0;
 
margin: 0;
 
}
 
}
Line 26: Line 26:
 
}</code>
 
}</code>
 
<p>The above code hides the top nav bar.</p>
 
<p>The above code hides the top nav bar.</p>
<code>#globalWrapper {
+
<code>#top_menu_under {
 
margin: 0;
 
margin: 0;
 
}</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:19, 19 June 2016

Edit this page

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 { margin: 0; }

The above code removes all margin of the content.