回答編集履歴

1

インデントが気持ち悪いことになってました><

2019/12/03 07:49

投稿

achamaru
achamaru

スコア71

test CHANGED
@@ -2,21 +2,21 @@
2
2
 
3
3
  .contents_button{
4
4
 
5
- display: flex;
5
+ display: flex;
6
6
 
7
- flex-wrap: wrap;
7
+ flex-wrap: wrap;
8
8
 
9
- justify-content: center;
9
+ justify-content: center;
10
10
 
11
11
  }
12
12
 
13
13
  .contents_button_second {
14
14
 
15
- width: 100%;
15
+ width: 100%;
16
16
 
17
- display: flex;
17
+ display: flex;
18
18
 
19
- justify-content:center;
19
+ justify-content:center;
20
20
 
21
21
  }
22
22