-1
wanted to know how to make an image (svg) get "stuck" to a corner of a div... ex:
I have DIV (purple) and SVG (red) where the DIV has a standard width and it n grows more than that, already at the time it can vary, and from there when it grows the SVG gets more or less like this where it was before:
And what I wanted was for the SVG to stay that way:
The SVG stuck in the lower left corner of the DIV... Sorry if I n explained right, I am new in this "area" of Css, html etc.
It worked, I was wearing TOP instead of Bottom so when the DIV was bigger the SVG was still "stuck" on top of the DIV... Thank you very much!
– Emmanuel Sales