質問編集履歴
3
cha
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
宜しくお願い致します。
|
5
5
|
|
6
6
|
|
7
|
+
[リンク内容](http://dotinstall.com/lessons/basic_css_layout/35707)
|
7
8
|
|
8
9
|
|
9
|
-
|
10
10
|
```html
|
11
11
|
<!DOCTYPE html>
|
12
12
|
<html lang="ja">
|
2
cha
title
CHANGED
File without changes
|
body
CHANGED
@@ -73,9 +73,9 @@
|
|
73
73
|
}
|
74
74
|
|
75
75
|
.clearfix::after {
|
76
|
-
content: ''
|
76
|
+
content: '';
|
77
77
|
display: block;
|
78
|
-
clear
|
78
|
+
clear: both;
|
79
79
|
|
80
80
|
}
|
81
81
|
footer {
|
1
cha
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
背景色の有無
|
1
|
+
背景色の有無と::
|
body
CHANGED
@@ -83,4 +83,9 @@
|
|
83
83
|
background: slategray;
|
84
84
|
}
|
85
85
|
|
86
|
-
```
|
86
|
+
```
|
87
|
+
|
88
|
+
それと```css
|
89
|
+
.clearfix::after
|
90
|
+
```
|
91
|
+
::が二つも続くのでしょうか?
|