modify: 1 tc
Change-Id: Ic36f9cadc3aecc4d6c3e840f953dfe2a00c82c23
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
<meta name="assert" content="Statement describing what the test case is asserting">
<style type="text/css">
.container {
- position: relative;
- display: flex;
- flex-direction: row-reverse;
- background: red;
- margin: 1em 0;
- border: 1px solid black;
+ position: relative;
+ display: flex;
+ flex-direction: row-reverse;
+ background: red;
+ margin: 1em 0;
+ border: 1px solid black;
+ }
+ span {
+ display: inline-block;
+ background: green;
+ color: white;
+ margin: 0.8em;
+ width: 8em;
}
- span {
- display: inline-block;
- background: green;
- color: white;
- margin: 1em;
- width: 8em;
- }
</style>
</head>
<body>