Hi everybody,
I would like to float my image in the middle of the text.
Is there any way to do that through CSS tricks?
Hi everybody,
I would like to float my image in the middle of the text.
Is there any way to do that through CSS tricks?
Not easily – you can float left or right only. I believe that float:middle has been proposed for a future module, but it isn’t there yet.
ok, it is clear.
Thanks
Check out this CSS Quiz, where that effect is basically faked:
Thanks ralph.m it is helpful.