Simple css positioning.
npm install d-flexd-flex, add the d-flex class to your parent element. This should usually be a div.
html
`
This div will now be flexified. You can start adding the following classes to it now.
| Class | Description |
| --------------- | ---------------------------------------------------------------------------------------------- |
| .fill | Adds flex: 1; to the element to fill up the space (if the parent is also d-flex) |
| .text-right | Makes the text-align be right` (useful for positioning stuff to the right) |