回答編集履歴

2

誤植・・

2015/07/31 01:33

投稿

webnohito
webnohito

スコア88

test CHANGED
@@ -90,7 +90,7 @@
90
90
 
91
91
  <div class="hoge">
92
92
 
93
- 固定にすところ
93
+ 固定にすところ
94
94
 
95
95
  </div>
96
96
 

1

class名変更

2015/07/31 01:33

投稿

webnohito
webnohito

スコア88

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```css
8
8
 
9
- .hoge {
9
+ .test {
10
10
 
11
11
  height:600px;
12
12
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  }
20
20
 
21
- .hoge2 {
21
+ .test2 {
22
22
 
23
23
  height:400px;
24
24
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  }
30
30
 
31
- .hoge3 {
31
+ .test3 {
32
32
 
33
33
  height:200px;
34
34
 
@@ -40,7 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- .fixedBox {
43
+ .hoge{
44
44
 
45
45
  padding:10px;
46
46
 
@@ -64,7 +64,7 @@
64
64
 
65
65
  ```html
66
66
 
67
- <div class="hoge">
67
+ <div class="test">
68
68
 
69
69
  高さを固定にしたい奴
70
70
 
@@ -72,7 +72,7 @@
72
72
 
73
73
 
74
74
 
75
- <div class="hoge2">
75
+ <div class="test2">
76
76
 
77
77
  その他の要素①
78
78
 
@@ -80,7 +80,7 @@
80
80
 
81
81
 
82
82
 
83
- <div class="hoge3">
83
+ <div class="test3">
84
84
 
85
85
  その他の要素②
86
86
 
@@ -88,7 +88,7 @@
88
88
 
89
89
 
90
90
 
91
- <div class="fixedBox">
91
+ <div class="hoge">
92
92
 
93
93
  固定にすところ
94
94