blob: 773480d4dd511b702a6619d5c5ca49abb947b756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|