Day 59

After some syntax stuff, the social class starts with building the header.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

    <div>
      <ul>
        <li>
          <a href="chloe.html">Chloe</a>
        </li>
        <li>
          <a href="chloe.html">Home</a>
        </li>
      </ul>
    </div>

    <div>
      <ul>
        <li>
           <i class="fa fa-users" aria-hidden="true"></i>
        </li>
        <li>
            <i class="fa fa-comment" aria-hidden="true"></i>
        </li>
        <li>
           <i class="fa fa-bell" aria-hidden="true"></i>
        </li>
      </ul>

      <div>
        lock
      </div>

      <ul>
        <li>
          search-icon
        </li>
        <li>
          <input type="text">
        </li>
        <li>
          X
        </li>
      </ul>
    </div>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2