skip to Main Content

Buttons overflow in HTML/CSS

I have an issue where buttons overflow from the container. I added width: 100% to the button but nothing helped. body{ height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: lightgray; } .container { display: flex; flex-direction: column;…

VIEW QUESTION
Back To Top
Search