質問編集履歴
1
cssを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,4 +40,14 @@
|
|
40
40
|
|
41
41
|
}
|
42
42
|
|
43
|
+
|
44
|
+
|
45
|
+
.works > h1{
|
46
|
+
|
47
|
+
text-align: center;
|
48
|
+
|
49
|
+
}
|
50
|
+
|
51
|
+
|
52
|
+
|
43
53
|
```
|