Answers for "when i justify-content: center; on a button in a flex box it stretches"

CSS
0

how to center an overlay button using flex box

display:flex;
align-items:center;
justify-content:center;
Posted by: Guest on August-20-2021

Code answers related to "when i justify-content: center; on a button in a flex box it stretches"

Browse Popular Code Answers by Language