<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DON'T MAKE ME ZOOM!</title>
    <link rel="stylesheet" href="css/styles.css">
</head>
<body>

    <div class="top">
        <h1>DON'T MAKE ME ZOOM!</h1>
        <p><em>7 Reasons Industrials And B2Bs Need Responsive Websites</em></p>
    </div>

    <img src="img/rwd.gif">

    <div class="bottom">
        <h2>Complete the form to get your free guide</h2>

        <div class="form">
            <p>Your name:</p>
            <input type="text">

            <p>Your company email:</p>
            <input type="email">

            <button>Download guide</button>
        </div>
        
        <a href="#">Read more about Responsive Web Design on alistapart.com</a>
    </div>

</body>
</html>