Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p>Flex with two items. In the second item the red box has width of 50%, all items have a min-width of auto</p>
  <div style="display: flex;">
    <div style="flex: 1;background: yellow;">Something</div>
    <div style="flex: 1;background: green;">Something else completely
      <div style="width: 50%; background: red; height: 25px;"></div>
    </div>
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers