HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1

font-weight: bold;
}
p {
width: 100px;
margin: 1em;
height: 100px;
background-color: dodgerblue;
text-align: center;
line-height: 100px;
}
.first {
-webkit-order: -1;
order: -1;
}






Child1


Child2


Child3





The Grid Layout Model


When the Flexbox Box model isn’t appropriate, you can use the Grid


Layout model.

Free download pdf