The gap() function is used to space child elements of a parent tag element
with display("grid"). Instead of specifying a margin for each child element
a gap may be specified for the parent element. This function will have no
effect on element's without display set to "grid".