blob: 001433079ed3f1c9f6dc47c7304701820e615ec3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<title>flexbox | align-items: stretch</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<style>
div {
background: black;
margin: 1em 0 0;
width: 30em;
height: 6em;
}
span {
display: inline-block;
}
</style>
<div></div>
<span>PASS</span>
|