moviereview / header.html
JAYASWAROOP's picture
Upload header.html
5555302
raw
history blame contribute delete
889 Bytes
<!DOCTYPE html>
<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>