Flexbox Cheatsheet: Difference between revisions
mNo edit summary |
Brepouille (talk | contribs) m (added category) |
||
| Line 32: | Line 32: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Wikitext Lessons]] | |||
Revision as of 11:20, 7 December 2016
FLEXBOX CHEATSHEET
Condensed guide to Wikitext coding
Condensed guide to Wikitext coding
Click on sort icon to put list in alphabetical order
| Description | Flex coding | You Get |
|---|---|---|
| Placing objects in rows | display:flex |
1
2
3
|
| Placing objects at end of containers | justify-content:flex-end |
1
2
3
|