Price class'ının içini;

<div class="price">
  <center><h5>Grand Theft Auto 5</h5></center>


<table>
<tbody><tr>
<td>
<div align="”Left”"><del>120 TL</del></div>
</td>
<td>
<div align="”Right”"><h3>50 TL</h3></div>
</td>
</tr>
</tbody>

   <a href="#" class="btn btn-white">İncele</a></table>
<br>

   </div>
Bununla değiştir.

Css'de de;

.btn-white {
    background-color: #252628;
    position: absolute;
    right: 6%;
    padding: 6px;
    color: #fff;
    transition: .5s;
   
   
   
}

.btn-white:hover {
    background-color: #b5b5b5;
}
Bunu eklersen sağ tarafa dayalı bir bicimde buton olustacak her oyun icin