hey guys, I am wondering how to style the below code snippet using css? the code itself is working - i just am trying to figure out how to style it :(
<div class="section">
<?php
if(isset($_SESSION['uid'])) {
echo 'Hello,';
echo $_SESSION["uid"];
}
?>
</div>
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.