質問編集履歴

1

cssの追記

2019/07/31 01:38

投稿

cicle
cicle

スコア35

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,50 @@
44
44
 
45
45
  ```css
46
46
 
47
+ // 追記文
48
+
49
+ ul {
50
+
51
+ display: flex;
52
+
53
+ flex-direction: column;
54
+
55
+ flex-wrap: wrap;
56
+
57
+ justify-content: space-between;
58
+
59
+ list-style: none;
60
+
61
+ }
62
+
63
+ li {
64
+
65
+ width: 100%;
66
+
67
+ }
68
+
69
+ a {
70
+
71
+ display: block;
72
+
73
+ overflow: hidden;
74
+
75
+ }
76
+
77
+ img {
78
+
79
+ width: 100%;
80
+
81
+ display: block;
82
+
83
+ }
84
+
85
+ // 追記終了
86
+
87
+
88
+
89
+
90
+
47
91
  .img--mask {
48
92
 
49
93
  width: 100%;