Day 314

Moved some code over to the about page to start building that one...
#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="css/main.css" />
    <title>CodingPhase ARMY-about</title>
  </head>
  <body>
    <header>
      <div class="banner">
        <div class="left-side">
          <div class="logo">
            <a href="index.html">
              <img
                src="img/codingphasearmy-logo_white-on-black_small.jpg"
                alt="Logo for CodingPhase-Army"
              />
            </a>
          </div>
        </div>

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

        <div class="right-side">
          <div class="enlist">
            <a href="#">ENLIST</a>
          </div>
          <div class="report">
            <a href="#">REPORT for DUTY</a>
          </div>
        </div>
      </div>
    </header>
  </body>
</html>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2