added syling for desktop

This commit is contained in:
2022-06-19 15:05:47 +02:00
parent 7fcd483592
commit 9ddc2616de
10 changed files with 342 additions and 175 deletions

View File

@@ -9,14 +9,18 @@
?>
<body>
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
<div class="headline">
<h2>Gesamtergebniss</h2>
</div>
<div class="table-div">
<table id="table">
<?php load_total_score($con); ?>
</table>
<div class="center">
<div class="headline">
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
</div>
<div class="home">
<h2>Gesamtergebniss</h2>
</div>
<div class="home-menu-table table-div">
<table id="table">
<?php load_total_score($con); ?>
</table>
</div>
</div>
</body>