Hey you have recently received a steemstem vote.Some tips to improve your post are things such as formatting and adding a little more personality to the post. We don't usually hand out feedback but I have decided (while I still can) to give some tips to people that are newer so that they can thrive on steemit.
Firstly you use images but you do so in a kind of awkward way, to better improve your formatting you can try using the center tags like this:
<center>![](image URL)</center>
or you could use the image elements
< img src="URL">
without space between angle bracket and img.
but the real masterpiece is the div element as that allows text to wrap around an image, for instance:
Some text wrapped around the left
Was done with:
<div class="pull-right">![](URL)</div> Text wrapped around the left