Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div {
background: black;
height: 2em;
margin: 1em;
float: left;
}
</style>
<p>The two blocks should NOT be the same width:</p>
<div></div>
<div></div>