Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div data-toggle="modal" data-target="#firstAbc">
               <h4>1</h4>
               <h3>Letters: A Б В Г</h3>
               <h3>Буквы:   A Б В Г</h3>
               <div class="toGoLes"></div>
     </div>
</body>
</html>
 
div {
    height: 80%;
    background: #f1f4eb;
}
div h4 {
    display: block;
    width: 6%;
    height: 30%;
    background: #009688;
    border-radius: 50%;
    margin: 1% 3% 0;
    padding: 1%;
    color: #fff;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers