Day 218

More bonus... Bonus for days!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

header {
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 600;
}

header::after {
  content: "";
  display: table;
  clear: both;
}

header a {
  color: #4C44C1;
  text-decoration: none;

}

header .logo {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

header .logo img {
  width: 50px;
}

header .menu {
  display: inline-block;
  float: left;
  position: relative;
  top: 18px;
}

header .menu a {
  text-transform: uppercase;
}

header .header-buttons {
  display: inline-block;
  float: right;
}

header .header-buttons .blue-btn {
background: #4C44C1;
margin: 20px;
padding: 10px 35px;
color: #fff;
border-radius: 50px;
text-transform: uppercase;
position: relative;
top: 18px;
-webkit-box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
}

header .header-buttons .blue-btn .fas {
  margin-left: 15px;
}

header .header-buttons .orange-btn {
  background: #FEA83B;
  padding: 10px 35px;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  top: 18px;
  -webkit-box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
  box-shadow: 0px 17px 30px -10px rgba(0,0,0,0.3);
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2