Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  
  <section>
    <h2>News</h2>
    <nav>
      <ul>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
        <li>AAAA</li>
      </ul>
    </nav>
  </section>
</body>
</html>
 
nav ul {
  column-count: 4;
  column-width: 150px;
  column-gap: 3rem;
  column-rule: 1px dashed #ccc;
  column-fill: auto;
}
h2 {
  column-span: all;
}
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