.boxes{ display: grid; grid-row-gap: 32px; grid-column-gap: 32px; grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); margin-bottom: 50px; }
ktory powoduje wyswietlenie tego po lewej
<a href="https://ibb.co/YTkVLZh" target="_blank">https://ibb.co/YTkVLZh</a>
w jaki sposob zrobic zeby ostatni element ktory nie ma pary byl wycentrowany?
z gory dziekuje