Spaces:
Running
Running
<html> | |
<head> | |
<style> | |
body{ | |
background-image: url("https://png.pngtree.com/background/20210710/original/pngtree-film-and-television-festival-camera-popcorn-poster-picture-image_1049903.jpg"); | |
height: 100vh; | |
text-align: center; | |
background-size: cover; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<h1 style="margin-top: 50px; font-size: 32px ; font-weight: bold; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Movie Review Page</h1> | |
<p style="font-size: 24px; font-weight: bold; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Explore the reviews of different Movies</p> | |
</div> | |
</body> | |
</html> |