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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DICE APP</title>
    <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
    <style>
        #die {
            height: 200px;
            width: 200px;
            background-color: cyan; /* feel free to change this */
            position: relative;
        }
    </style>
</head>
<body>
    <div id = "die">
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
roconnell15pro
0viewers