Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Custom Select</title>
    <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  
  
</head>
<body>
    
  <div class="custom-select fa-caret-down">
    <select name="" id="">
      <option value="">Custom Select</option>
      <option value="">Custom Select</option>
      <option value="">Custom Select</option>
    </select>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
Rodrigo-Ludgeropro
0viewers