skip to Main Content

Html – Center an grid item

I'm having trouble centering my container's item. I need to align the third item to the center using display: grid. I've already tried to use flexbox, but it looks worse for a responsive website. .projetos { flex-direction: column; padding: 3rem…

VIEW QUESTION
Back To Top
Search