Day 277

Footer menu is done...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

.footer-menu {
  background: #14181c;
  background-color: #14181c;
  border-top: 1px solid #2d3e4b;
  border-bottom: 1px solid #2d3e4b;

  .columns {
    padding-top: 5px;
    padding-right: 5px !important;
    padding-bottom: 5px;
    padding-left: 5px !important;
    a {
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      .icons {
        width: 20px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: bottom;
      }
    }
    th {
      text-align: center;
    }

    .menu-divider {
      display: block;
      height: 20px;
      width: 1px;
      background: #2d3e4b;
      background-color: #2d3e4b;
    }
  }
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2