Day 134

Fine tuning some colors...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

section > div {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    padding: 1em;
    font-size: 20px;
    text-align: center;
    line-height: 2.5rem;
    background: linear-gradient(white 40%, rgb(248, 249, 249, 0.5) 80%);
    border: none;
    border-radius: 10px;
    box-shadow: 5px 10px 15px #f5cece;
    cursor: pointer;
  }

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2