htmlcssjavascript28
Silver Coder
It should not start out looking like this:
or looking like this:
code: Edit fiddle - JSFiddle - Code Playground
Goes from this: Which is correct
To this: Where it gets pushed to the left.
or looking like this:
code: Edit fiddle - JSFiddle - Code Playground
CSS:
.buttonContainerB {
display: flex;
flex-wrap: wrap;
/*justify-content: center;*/
align-content: center;
max-width: 569px;
gap: 10px;
}
Goes from this: Which is correct
To this: Where it gets pushed to the left.