The last-child selector styles the last item in a specific grouping. In our cases, we will be using paragraph elements.
As you can see, the final paragraph tag has the text color reversed, and the background color turned black, simply because it is in a paragraph element and is the final paragraph in the unordered list.
The Z-index property determines the stacking position of elements. If 2 elements are overlapping with each other, the one with a higher z-index value will be above the one with a lower value.
Gap determines the amount of space between a grouping of items. These items must exist in Grid or Flex, but gap will allow you to determine the amount of space, which can be done in pixels or percentages.
Direction determines what direction content moves within an element. The only options are either Left to right, Right to left, or inheriting the value from the parent element.