User:Aardvark/BoxesRework: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Rework boxes to use flexbox instead of grid for layout. | Rework boxes to use flexbox instead of grid for layout. | ||
== Flex == | |||
<div class="flex-container"> | <div class="flex-container"> | ||
<div class="flex-item"> | <div class="flex-item"> |
Revision as of 17:50, 10 June 2021
Rework boxes to use flexbox instead of grid for layout.