Hi, why doesn’t my margin: 0 auto work on this button?
Because buttons are inline elements by default and they don’t have margin. Switch to display: block
1 Like
Hi, why doesn’t my margin: 0 auto work on this button?
Because buttons are inline elements by default and they don’t have margin. Switch to display: block