質問編集履歴
2
=の前後のスペース消しました!ありがとうございます
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
<!DOCTYPE html>
|
|
11
11
|
<html lang="ja">
|
|
12
12
|
<head>
|
|
13
|
-
<meta charset
|
|
13
|
+
<meta charset="utf-8">
|
|
14
14
|
<title></title>
|
|
15
|
-
<link rel
|
|
15
|
+
<link rel="stylesheet" href="roulette.css">
|
|
16
16
|
<style>
|
|
17
17
|
.colorRed {
|
|
18
18
|
background-color:#ff4500;
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
137
|
|
|
138
|
-
<div id = "display" class
|
|
138
|
+
<div id = "display" class="display"></div>
|
|
139
|
-
<button id =
|
|
139
|
+
<button id ="start">スタート</button>
|
|
140
|
-
<button id =
|
|
140
|
+
<button id ="stop">ストップ</button>
|
|
141
141
|
<button id ="reset">リセット</button>
|
|
142
142
|
|
|
143
143
|
</body>
|
1
コードボタンいたしました
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
ご教示お願いします。
|
|
7
7
|
、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
|
|
8
|
+
|
|
9
|
+
```
|
|
8
10
|
<!DOCTYPE html>
|
|
9
11
|
<html lang="ja">
|
|
10
12
|
<head>
|
|
@@ -139,4 +141,5 @@
|
|
|
139
141
|
<button id ="reset">リセット</button>
|
|
140
142
|
|
|
141
143
|
</body>
|
|
142
|
-
</html>
|
|
144
|
+
</html>
|
|
145
|
+
```
|