質問編集履歴
3
cha
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
|
13
|
+
[リンク内容](http://dotinstall.com/lessons/basic_css_layout/35707)
|
14
14
|
|
15
15
|
|
16
16
|
|
2
cha
test
CHANGED
File without changes
|
test
CHANGED
@@ -148,11 +148,11 @@
|
|
148
148
|
|
149
149
|
.clearfix::after {
|
150
150
|
|
151
|
-
content: ''
|
151
|
+
content: '';
|
152
152
|
|
153
153
|
display: block;
|
154
154
|
|
155
|
-
clear
|
155
|
+
clear: both;
|
156
156
|
|
157
157
|
|
158
158
|
|
1
cha
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
背景色の有無
|
1
|
+
背景色の有無と::
|
test
CHANGED
@@ -169,3 +169,13 @@
|
|
169
169
|
|
170
170
|
|
171
171
|
```
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
それと```css
|
176
|
+
|
177
|
+
.clearfix::after
|
178
|
+
|
179
|
+
```
|
180
|
+
|
181
|
+
::が二つも続くのでしょうか?
|