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>
     <ul>
    <li> <a>首 页</a> </li>
    <li> <a>编 程</a> </li>
    <li> <a>随 笔</a> </li>
    <li> <a>归 档</a> </li>
    <li> <a>关 于</a> </li>
    <ul>
</body>
</html>
 
ul{
  display:flex;
  flex-flow:nowrap;
  list-style:none;
  justify-content:flex-start;
}
li{
  flex: 1 0 200px;
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
zhangchi0729pro
0viewers