Day 247

Slow day for coding... It is, however, my 26 wedding anniversary.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

.box .content-area .info-section .name {
  font-size: 2rem;
  text-align: center;
}

.box .content-area .info-section .position {
  font-size: 0.8rem;
  font-family: sans-serif;
  color: grey;
  text-align: center;
  margin-bottom: 20px;
}

.box .content-area .contact-section {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.box .content-area .contact-section #follow-button {
  font-family: sans-serif;
  font-size: 0.9rem;
  background: #5458f7;
  border: 1px solid #fff;
  padding: 10px 40px;
  color: white;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}

.box .content-area .contact-section .email-button {
  font-family: sans-serif;
  font-size: 0.9rem;
  background: white;
  border: 1px solid #d0d0d0;
  padding: 10px 20px;
  color: #5458f7;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.box .content-area .contact-section .email-button .fa-paper-plane {
  margin-right: 10px;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2