Files
IronHorseSoftDev/SubPages/LeftSide.php
2026-01-26 08:39:33 +00:00

9 lines
568 B
PHP

<div style="background-image: url('SiteAssets/<?php echo $ImageURL ?>" class="ContentPage" id="<?php echo $ID ?>">
<div class="ContentWindow" style="margin-left: 10vh; margin-top: 17vh; height: 75%; width: 30%">
<div style="display: flex; flex-direction: column; align-content: center; justify-content: space-between; align-items: center;">
<a class="Title"><?php echo $Title ?></a>
<a style="margin-left:5vh;margin-right:5vh;" class="WhiteContentFont"><?php echo $Content ?></a>
</div>
<div></div>
</div>
</div>