I\'m trying to achieve something similar to this picture:
I have an im
Using flex box, you should set a fixed width and height in the parent first then
div::after { height: 100%; display: flex; align-items: center; justify-content: center; }