15 lines
266 B
HTML
15 lines
266 B
HTML
<!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>
|