inline-block justify

by Qwerty_Wasd

HTML

<div class="contain">

<div class="card" style="float:right;">
  <img alt="user1" src="avatars/1549399065.jpg" style="width:100%">
<div class="profilePadding">
  <h1>User1</h1>
  <p>Account balance: 0$</p><p><br>
  <a href="ProfileSettings.php?id=39"></a></p><p><a href="ProfileSettings.php?id=39">Profile settings</a></p>
  <a href="Notifications.php"><p>Notifications</p></a>
  <a href="users.php"><p>All users</p></a>
  
</div>
  <p><a href="exit.php"><button>Logout</button></a></p>
</div>

<div class="post"><h2 class="pavadinimas" style="font-size:15px; color:black;">THE BEST UPDATE IN THE SITE</h2><p class="laikas">2019-02-07 18:47:08</p><span class="white">It's a best update where you can give...</span><br><a href="?link=aktualijos&amp;straipsnis=19">Read the post</a><hr style="height:0.3px;border-color:black;"></div>

<div class="post"><h2 class="pavadinimas" style="font-size:15px; color:black;">rpgtopia 2.0 soon!</h2><p class="laikas">2019-02-05 17:11:40</p><span class="white">The huge update is coming soon!</span><br><a href="?link=aktualijos&amp;straipsnis=9">Read the post</a><hr style="height:0.3px;border-color:black;"></div>

<div class="post"><h2 class="pavadinimas" style="font-size:15px; color:black;">Website is launching soon!</h2><p class="laikas">2019-02-03 16:55:35</p><span class="white">We are planning to launch our website in about 1 week!</span><br><a href="?link=aktualijos&amp;straipsnis=3">Read the post</a><hr style="height:0.3px;border-color:black;"></div>



</div>

CSS

.contain {
    width: 100%;
    box-sizing: border-box;
}

.card {
  float: right;
}

.post {
    width: 20%;
    margin-left: 10px;
    margin-bottom: 20px;
}