Day 217

And the bonus project starts...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<!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://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
    <link rel="stylesheet" href="css/main.css">
    <title>Headphones</title>
  </head>

  <body>
    <header>
      <div class="logo">
        img
      </div>
      <div class="menu">
        <a href="#">Features</a>
        <a href="#">Gallery</a>
        <a href="#">Tech Spec</a>
        <a href="#">Support</a>
      </div>
      <div class="header-buttons">
        <a href="#" class="blue-btn">show bag <i class="fas fa-shopping-bag"></i></a>
        <a href="#" class="orange-btn">sign up</a>
      </div>
    </header>
  </body>
</html>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2