Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Flexbox - Ordering</title>
<style>
  ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  
  ul li {
    order: ;
  }
  
  
  ul li div
  {
    flex:;
  }
  
</style>
</head>
<body>
<div id="adTags" class="slicedadtags" width="100%">
    <ul>
      <li>1<div>Abc</div>
      </li>
      <li>2<div>cdbc</div>
      </li>
      <li>3
      </li>
      <li>4
      </li>
      <li>6
      </li>
      <li>5
      </li>
    </ul>
  </div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers