Posts by dee_dfaa • 1 point
1 post
-
-2
votes0
answers17
viewsQ: Why this code is not responsive to Justify-content
#div-header { display: flex; flex-flow: row wrap; /*abreviação de flex-direction e flex-wrap*/ align-items: center; justify-content: space-between; } <header> <div id="div-header">…