add CSS for dashboard

This commit is contained in:
Chester Bak 2024-07-30 09:22:15 +07:00
parent 1178cae46b
commit f6327417f0
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
include_once 'header.php'; ?> include_once 'header.php'; ?>
<div> <div class="dash">
<?php <?php
echo nl2br(file_get_contents( "streams.txt" )); echo nl2br(file_get_contents( "streams.txt" ));
?> ?>

View File

@ -51,6 +51,10 @@ p.user {
width:325px; width:325px;
max-width:325px; max-width:325px;
} }
.dash {
padding-top: 50px;
padding-bottom: 50px;
}
h4 { h4 {
border-radius:4px; border-radius:4px;
background-color:red; background-color:red;