Source code
Revision control
Copy as Markdown
Other Tools
<style>
h2 {
margin: 0;
background-color: lightblue;
font-size: 30px;
}
div { border: 2px solid green; }
</style>
<div>
<h2>This should not have any margins.</h2>
</div>