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

Line 8: Line 8:
 
}
 
}
 
#top_menu_14 {
 
#top_menu_14 {
 +
display: none;
 +
}
 +
.mw-body {
 
display: none;
 
display: none;
 
}
 
}
 
</style>
 
</style>
 +
<a href="https://2016.igem.org/wiki/index.php?title=Team:Hong_Kong_UCCKE/HTML_Test&action=edit">Edit this page</a>
 
<h1>H1 Heading</h1>
 
<h1>H1 Heading</h1>
 
<h2>H2 Heading</h2>
 
<h2>H2 Heading</h2>
Line 22: 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>.mw-body {
 +
display: none;
 +
}</code>
 +
<p>The above code removes all margin of the content.</p>
 
</html>
 
</html>

Revision as of 16:14, 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.

.mw-body { display: none; }

The above code removes all margin of the content.