Day 309

The beginnings of the center menu...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

        <div class="center">
          <ul class="center-menu">
            <li id="about">
              <a href="#">About</a>
            </li>
            <li id="contact">
              <a href="#">Contact</a>
            </li>
          </ul>
        </div>

*******************************************

      .center {
        .center-menu {
          #about {

          }
          #contact {
           
          }
        }
      }

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2