Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="container">
    <div class="row text-center" id="title">
        <h1>Pomodoro Clock</h1>
    </div>
    <div class="center-block app">
        <div class="row text-center">
            <div class="col-lg-4 break">
                <h2>Break</h2>
                <button type="button" class="upButton"></button>
                <p class="breakMin">5</p>
                <button type="button" class="downButton"></button>
                
            </div>
            <div class="col-lg-4 play">
                <h3 id="test"></h3>
                <button type="button" class="playButton" id="pButton"></button>
            </div>
            <div class="col-lg-4 session">
                <h2>Session</h2>
                <button type="button" class="upButton"></button>
                <p class="sessionMin" id="ses">5</p>
                <button type="button" class="downButton"></button>
            </div>
        </div>
    </div>
</div>
  
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers