Template:Flexbox-header: Difference between revisions

From Magic the Archiving
Jump to navigation Jump to search
mtg>Yandere-sliver
No edit summary
 
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 01:56, 12 April 2024

Flexbox is a template for arranging items on a page in neatly spaced horizontal or vertical grids. This is convenience wrapper for the underlying CSS technology of the same name.

Flexbox is intended for use with Template:Flexbox-item-header, but it should work with any HTML element with the correct CSS properties set.

It must be closed with either Template:Flexbox-footer, or a </div>. The same is true for each flexbox-item-header.

See also[edit]

A Guide to CSS Flexbox