CSS
li:nth-child(2n+1):last-child {
width: 100%;
background: tomato;
}
The post 2カラムで最後の要素が1つだけだった場合にCSSを適用させる first appeared on haikararou.
CSS
li:nth-child(2n+1):last-child {
width: 100%;
background: tomato;
}
The post 2カラムで最後の要素が1つだけだった場合にCSSを適用させる first appeared on haikararou.