adfc color, start
This commit is contained in:
parent
8b6632d36f
commit
c2f8c93ef3
@ -92,4 +92,9 @@ i.wa {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jumbotron {
|
||||||
|
background-color:orange;
|
||||||
|
}
|
||||||
|
a, a:active, a:visited, a:active {color:orange;}
|
13
start.php
13
start.php
@ -39,12 +39,21 @@
|
|||||||
</div>
|
</div>
|
||||||
<p style="clear:both";>
|
<p style="clear:both";>
|
||||||
<h3>Teilnehmende Kreise und kreisfreie Städte</h3>
|
<h3>Teilnehmende Kreise und kreisfreie Städte</h3>
|
||||||
<div>
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-4">
|
||||||
<?php
|
<?php
|
||||||
|
$i=0;
|
||||||
foreach ($arrDistrict as $key => $strTitle):?>
|
foreach ($arrDistrict as $key => $strTitle):?>
|
||||||
<a href="<?php echo "./".$key ?>"><?=$strTitle?></a><br>
|
<a href="<?php echo "./".$key ?>"><?=$strTitle?></a><br>
|
||||||
<?php endforeach; ?>
|
<?php
|
||||||
|
$i++;
|
||||||
|
if ($i%20==0) echo "</div><div class='col-4'>";
|
||||||
|
endforeach; ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
|
© ADFC NRW
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user