Difference between revisions of "project06:Diverse"
From rbse
Line 3: | Line 3: | ||
.container{ | .container{ | ||
width: 850px; | width: 850px; | ||
− | |||
display: -webkit-box; | display: -webkit-box; | ||
display: -moz-box; | display: -moz-box; | ||
Line 9: | Line 8: | ||
display: -webkit-flex; | display: -webkit-flex; | ||
display: flex; | display: flex; | ||
− | |||
-webkit-flex-flow: row wrap; | -webkit-flex-flow: row wrap; | ||
flex-flow: row wrap; | flex-flow: row wrap; | ||
− | |||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
− | |||
justify-content: center; | justify-content: center; | ||
− | |||
} | } | ||
.item{ | .item{ | ||
Line 26: | Line 21: | ||
align-self: auto; | align-self: auto; | ||
background-color:#ff0000; | background-color:#ff0000; | ||
− | margin: | + | margin: 4px; |
flex: 1 12.5%; | flex: 1 12.5%; | ||
align-items: center; | align-items: center; |
Revision as of 15:06, 21 December 2016
Interview Jelle Feringa