<!DOCTYPE html> <html> <style> body { hero-image { background-image: url('https://spfin.ru.ac.th/application/admission/appemployee/images/p700px.png'); background-color: #cccccc; height: 1000px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } } <body> <?php echo "Today is " . date("Y/m/d") . "<br>"; echo "Today is " . date("Y.m.d") . "<br>"; echo "Today is " . date("Y-m-d") . "<br>"; echo "Today is " . date("l"); echo "The time is " . date("h:i:sa"); ?> <div class="hero-image"> <img src="images/p700px.png" width="700" height="916" alt=""/> </div> </body> </html>