Beiträge von jackyjoy123

    I wanted to center a heading in the header. Is that also possible with justify-content: center; ?

    Strangely, that's ignored.

    In addition, I would like to represent several horizontally aligned boxes.

    A maximum of three in a row, so that the rest automatically wraps to the next line. The only problem is that flex: 1; or other width specifications are ignored. Instead, all boxes are placed in a row regardless of flex-wrap: wrap. I found a workaround with a break that works so far. Is that correct or is there another solution? Why are the width specifications ignored?


    thanks my issue has been fixed.