Day 201

The header break-down...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/css/main.css">
    <title>Social Media</title>
  </head>
  <body>
    <header>
      <div>
        Logo
      </div>
      <div>
        <ul>
          <li>
            <a href="chloe.html">Chloe</a>
          </li>
          <li>
            <a href="chloe.html">Home</a>
          </li>
        </ul>
      </div>
      <div>
        <ul>
          <li>
            <a href="chloe.html">
              group
            </a>
          </li>
          <li>
            <a href="chloe.html">
              message
            </a>
          </li>
          <li>
            <a href="chloe.html">
              bell
            </a>
          </li>
        </ul>
        <div>
          lock
        </div>
        <div>
          <ul>
            <li>
              search-icon
            </li>
            <li>
              <input type="text">
            </li>
            <li>
              x
            </li>
          </ul>
        </div>
      </div>
    </header>
  </body>
</html>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2