Difference between revisions of "User:Aardvark/BoxesRework"
Jump to navigation
Jump to search
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.