You are viewing a single comment's thread from:

RE: This is how I made my steemit cover image with a free online tool

Here's what it does in my footer:


Thanks for stopping by! If you've enjoy this article, try my other sites:
| Photo shop | Foodblog | Photo gallery | Twitter | Twitch | YouTube |


Want to satisfy your creative needs? Join the Marvelous Tales Contest!

As you can see, it literally pulls the image to the right of the text. Pull-left would drag it all the way to the left. With this code, you can still add as much text as you want next to the image.

In my case, I'm using the image as a link aswell. The only thing you would need is this:

<div class="pull-right">
<center>
<img src="https://steemitimages.com/DQmPXsjJdxqMarSMBzpX2r4g8ccxv1gPe7kz5xhgYaYjZxv/image.png" />
</center>
</div>