Initial Commit
This commit is contained in:
9
SubPages/RightSide.php
Normal file
9
SubPages/RightSide.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<div style="background-image: url('SiteAssets/<?php echo $ImageURL ?>" class="ContentPage" id="<?php echo $ID ?>">
|
||||
<div class="ContentWindow" style="margin-left: 60vw; margin-top: 10vh; 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>
|
||||
Reference in New Issue
Block a user