質問編集履歴
1
html と cssをそれぞれcode用のボタンを押し変更しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,8 @@
|
|
7
7
|
```
|
8
8
|
|
9
9
|
### 該当のソースコード
|
10
|
+
|
10
|
-
|
11
|
+
```html
|
11
12
|
<div class="button1">
|
12
13
|
<div class="kensaku">
|
13
14
|
<form id="searchbar" form action="ruby-url">
|
@@ -24,10 +25,12 @@
|
|
24
25
|
<input type="button" value="人気順" onclick="ninki()" >
|
25
26
|
</div>
|
26
27
|
</div>
|
28
|
+
```
|
27
29
|
|
28
|
-
|
30
|
+
```css
|
29
31
|
.button1{display: inline-block;
|
30
32
|
}
|
33
|
+
```
|
31
34
|
|
32
35
|
|
33
36
|
|