Day 199

The last entry of the HTML section... Moving on to CSS
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<style>
      .menu {
        background: white;
        width: 500px;
        margin: 50px auto;
        padding: 0;
      }
      .menu li {
        display: inline-block;
        list-style: none;
        color: #fff;
      }
      .menu-with-links {
        color: #fff;
      }
      p {
        margin: 0 auto;
        width: 500px;
        line-height: 1.5;
        margin-bottom: 50px;
      }
    </style>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2