Some text here.
Some text here.
Some text here.
Some text here.
Some text here.
This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css"> h2.one { margin-top: 1em ; margin-bottom: 1em ; } h2.two { margin-top: 2em ; margin-bottom: 2em ; } h2.three { margin-top: 5em ; margin-bottom: 5em ; } h2.four { margin-top: .2em ; margin-bottom: .2em ; } </style>
Each <h2> tag was assigned a class as shown below:
<p>Some text here.</p> <h2 class="one"><h2>one</h2></h2> <p>Some text here.</p> <h2 class="two"><h2>two</h2></h2> <p>Some text here.</p> <h2 class="three"><h2>three</h2></h2> <p>Some text here.</p> <h2 class="four"><h2>four</h2></h2> <p>Some text here.</p> <p>This page was made to look this way by putting the following between the <head> and </head> tags.</p>