回答編集履歴

1

追加

2020/09/03 06:14

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36960

test CHANGED
@@ -62,4 +62,24 @@
62
62
 
63
63
 
64
64
 
65
+ マージン相殺する。
66
+
67
+
68
+
69
+ ```css
70
+
71
+ .Genre-btn:nth-child(4) { /* margin-right: 30px; */ }
72
+
73
+
74
+
75
+ .rank { display: flex; align-items: center; justify-content: center; margin: 0 0 0 -30px; }
76
+
77
+ ```
78
+
79
+
80
+
81
+ ---
82
+
83
+
84
+
65
85
  なお、「両端の20pxは親要素にpadding」の部分はご提示のコードに見当たらなかったので、無視しました。