<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <link rel="stylesheet" href="css/style.css">
    <title>Flexbox layout jurassic world</title>
</head>
<body>
    <div class="page-wrapper">
        <header class="header">
            <figure class="logo"><img src="img/logo-uni-pictures.png" alt=""></figure>
            <nav class="menu">
                <ul>
                    <li>Forside</li>
                    <li>Biografer</li>
                    <li>Merchandise</li>
                </ul>
            </nav>
        </header>
        <main>
            <h2>Modtag nyhedbrev om</h2>
            <h1>Jurassic World</h1>
            <div class="form-wrapper">
                <form action="">
                    <input type="text" placeholder="Fornavn">
                    <input type="text" placeholder="Efternavn">
                    <input type="email" placeholder="Email">
                    <input type="submit" value="Tilmeld nyhedbrev">
                </form>
            </div>
        </main>
        <footer class="footer">
            <p>Universal Studios | Universal City | California, U.S.A. | Copyright © 1912</p>
        </footer>
    </div>
</body>
</html>