Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link rel="stylesheet" href="css/mcleod-reset.css">
    <link rel="stylesheet" href="css/main.css">
</head>
<body>
    <div id="atf">
        <div id="stepper">
            <button id="stepper-minus">&minus;</button>
            <input id="stepper-val" type="text" name="val" value="32">
            <button id="stepper-plus">&plus;</button>
            <!-- <div id="stepper-minus">&minus;</div>
            <div id="stepper-val">42</div>
            <div id="stepper-plus">&plus;</div> -->
        </div>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers