Sandbox2: Difference between revisions
From StarFleet Bureau of Information
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<h2 style="margin:0">this is a test</h2> | <h2 style="margin:0">this is a test</h2> | ||
<style> | |||
p.ex1 { | |||
margin-bottom: none; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<h1>The margin-bottom Property</h1> | |||
<p>A paragraph with no margins specified.</p> | |||
<p class="ex1">A paragraph with a 25 pixels bottom margin.</p> | |||
<p>A paragraph with no margins specified.</p> |