Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML>
<html lang="fr">
<head>
    
    <title>Flexible Box Model</title>
</head>
<body>
    <h1>Des voitures FLEXibles</h1>
    <h2>display: flex</h2>
    <ul class="voitures">
        <li>Peugeot</li>
        <li>Renault</li>
        <li>Citroën</li>
        <li>Mazda</li>
        <li>Toyota</li>
    </ul>
    
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers