aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_direction-row-reverse-ref.htm
blob: 254f29fbf72950b0d7d1106fb5e2db769fc27981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html><head><title>flexbox | flex-direction: row-reverse</title>
<link href="http://opera.com" rel="author" title="Opera Software">
<style>
* {font-family: monospace;}
body {
	width: 10em;
}
ul {
	background: blue;
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	color: white;
	margin: 0;
	width: 3.3333em;
	display: inline-block;
}
</style>

</head><body><ul>
	<li>EFGH</li><li>ABCD</li><li>IJKL</li>
</ul>
</body></html>