Is it possible to align the two pictures to the center of the page horizontally using only HTML and CSS?
I've tried using this code but it doesn't seem to work:
#product .container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}