Update index.html
Browse files- index.html +1 -2
index.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
|
| 24 |
#block-area {
|
| 25 |
width: 60%;
|
| 26 |
-
height:
|
| 27 |
background-color: #fff;
|
| 28 |
border: 2px solid #ccc;
|
| 29 |
border-radius: 5px;
|
|
@@ -189,7 +189,6 @@
|
|
| 189 |
<button id="clear-btn">クリア</button>
|
| 190 |
</div>
|
| 191 |
<div class="right-buttons">
|
| 192 |
-
<button id="exit-btn">終了</button>
|
| 193 |
</div>
|
| 194 |
</div>
|
| 195 |
|
|
|
|
| 23 |
|
| 24 |
#block-area {
|
| 25 |
width: 60%;
|
| 26 |
+
height: 500px;
|
| 27 |
background-color: #fff;
|
| 28 |
border: 2px solid #ccc;
|
| 29 |
border-radius: 5px;
|
|
|
|
| 189 |
<button id="clear-btn">クリア</button>
|
| 190 |
</div>
|
| 191 |
<div class="right-buttons">
|
|
|
|
| 192 |
</div>
|
| 193 |
</div>
|
| 194 |
|