CSSを使用して最後の3つの子要素を選択する方法 方法1: :nth-last-child() 疑似クラスを使用する方法.parent-element :nth-last-child(-n+3) { /* スタイルの適用 */ }>>More