@RubenSmnSubmitted almost 2 years ago
I did not manage to get the bubbles on the background. I tried to do it 2 different ways.
img
elements usingposition: absolute
in themain
element, this was not a success since they created a overflow on the web page.- with selectors
::before
and::after
this way it could not manage to get the position right.