I am currently working on updating the user management block on my website and I want to showcase it with some visual examples.
I believe that using images is the most effective way to demonstrate changes.
This is the current appearance of the block:
https://i.sstatic.net/lVGgW.png
And this is the desired new look for the block:
https://i.sstatic.net/btpbC.png
Would appreciate any suggestions on how to achieve this. I manually added the dashes, but I am looking for a more responsive solution.
Below is the code for the block:
<div class="account-box">
Welcome, guest.<br>
<hr>
Coins: <span style="float: right;">0</span> <br>
Points: <span style="float: right;">0</span> <br>
Total Referrals: <span style="float: right;">0</span> <br>
<hr>
Logged in as [username] <span style="text-align: right;"><a href="/logout" class="btn btn-xs btn-danger"><span class="fa fa-sign-out fa-fw"></span>Logout</a></span>
</div>