2
Good morning, I have a "square" image, but in the format of Paul, I need to write on the edges of it:
I need to write in Pentagono format too, as in the example:
Another requirement is that, probably the text will be changed, but it should grow out of the image, ie never overlap it..
Someone indicates some plugin that facilitates, or even in pure CSS, the examples I think are only for external text, but complete and not with phrases.
to those who can help, I thank!
Only position with CSS friend.
– LeAndrade
@Leandrade but the central image has to stay with what kind of position?
– Piter Ortiz
@Leandraok with CSS, spans with text with position relative?
– Piter Ortiz
Is responsive the site?
– LeAndrade
@Leandrade no, the site is not responsive, it is an internal system!
– Piter Ortiz
Place text and image in a container (div for example) and position them with
margin
andposition: absolute
, see this example if it helps: http://jsfiddle.net/zhrpxy0t/6/ %– Ricardo Pontual