ajout d'un tr ajustement vertical

This commit is contained in:
Baptiste Rebillard 2022-06-14 21:50:30 +02:00
parent 7352c3510d
commit 3386bb473d

View file

@ -22,8 +22,12 @@ include "script/db.php";
</section>
<table class="out">
<tr>
<td><div class="title_in">PKpeach</div></td>
<td><div class="title_in">Boomario</div></td>
</tr>
<tr>
<td>
<div class="title_in">PKpeach</div>
<?php
$req = $db->query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC');
while($r = $req->fetch()) {
@ -39,7 +43,6 @@ include "script/db.php";
?>
</td>
<td>
<div class="title_in">Boomario</div>
<?php
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
while($r = $req->fetch()) {
@ -57,6 +60,7 @@ include "script/db.php";
</td>
</tr>
</table>