Grid auto-fill - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
Grid auto-fit - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
Flex space around - justify-content: space-around;
Flex space evenly - justify-content: space-evenly;
Flex space between - justify-content: space-between;