You need to add the class to the p
tags, and also set their margin and indentation to 0.
<p class="p">TITLE</p> <p class="p">65 reads</p>
CSS
.p { margin: 0; padding: 0; }
You can also add float: right;
into your bottom div.
.circle-reads { float: right; }
Jsfiddle
EDIT: I made some more games and figured out how you want.
New script
I donβt have a specific link for them, itβs just the material that I learned over time and a lot of Google search queries when working with HTML / CSS.
source share