Created by: MadeByRaymond
Added "overflow-x" and "overflow-y"
- Having the same properties as overflow but for just the x and y axises
- Usecase being I want my y axis to be scrollable but not my x axis
- E.g a card with a vertical list of items.
Added "object-fit" utilities
- The CSS object-fit property is used to specify how an
<img>
or<video>
should be resized to fit its container. - A responsive alternative to using background-img for a resizable fill/fit image.