Page Flix HTML Code Home Page

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/style.css" />
<link href="css/fontawesome-free-5.9.0-web/css/all.css" rel="stylesheet" />
<title>Netflix - Watch TV Shows Online, Watch Movies Online</title>
</head>

<body>
<header class="showcase">
<div class="showcase-top">
<img src="img/logo.png" alt="Netflix" />
<a href="" class="btn btn-rounded">Sign In</a>
</div>

<div class="showcase-content">
<h1>See what's next</h1>
<p>Watch here. Cancel anytime</p>
<a href="#" class="btn btn-xl"
>Watch Free For 30 Days <i class="fas fa-chevron-right btn-icon"></i

You might also like