Justify-content property seems to be working , but not my align-items property

In my developer section of my webpage, I want my text to be in the middle of my div for this section , but the align-items:center property won’t work as the align-items is supposed to shift vertically down the page.
https://codepen.io/noblegas/pen/vYYmZBY

you need to give the div a height

Just gave it a min-height. That didn’t fixed the issue. https://codepen.io/noblegas/pen/vYYmZBY

its the .developer-banner you need to give a height bro align-items wont work in a div with no height

1 Like

Thanks man. That worked.

1 Like