Day 170

Joe gave me permission to persue my idea for a codingphase army!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

body {
  box-sizing: border-box;
  width: 60em;
  margin: 0 auto;
}

body > main {
  width: 100%;
}

main > img {
  width: 960px;
}

body > header {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 153px;
}

.menu {
  position: absolute;
  right: 75px;
  top: 75px;
}

.menu-a, .menu-p, p {
  color: #fff;
}

.menu-p {
  display: inline;
  font-weight: bold;
}

#line1-logo {
  font-size: 3.3rem;
  font-weight: 900;
  position: absolute;
  left: 100px;
  top: 0px;
}
#line2-logo {
  font-size: 2.1rem;
  font-weight: 100;
  position: absolute;
  left: 150px;
  top: 50px;
}

#line3-logo {
  font-size: 3.7rem;
  font-weight: 700;
  position: absolute;
  left: 125px;
  top: 82px;
}

main > div {
  position: absolute;
  /* display: block; */
  background: url(images/background-main.jpg);
  top: 160px;
  left: 20%;
  width: 55rem;
  height: 153px;
}

.prime, h2 {
  width: 100%;
  font-weight: 600;
  color: #000;
}


/* Code used to create codingphasearmy-logo
.menu-toggle {
  padding: 1em;
  position: absolute;
  top: 16em;
  left: 1em;
  cursor: pointer;
}

.cpa-logo1 {
  content: '';
  display: block;
  height: 17px;
  width: 5em;
  border-radius: 10px;
}
.cpa-logo2 {
  content: '';
  display: block;
  height: 17px;
  width: 5em;
  border-radius: 10px;
}
.cpa-logo1 {
  background: #A2CE53;
  transform: rotate(45deg); 
}
.cpa-logo2 {
  background: #A2CE53;
  transform: rotate(-45deg) translate(44px,-44px);
}

.cpa-logo3 {
  content: '';
  display: block;
  height: 14px;
  width: 4.5em;
  border-radius: 10px;
}
.cpa-logo4 {
  content: '';
  display: block;
  height: 14px;
  width: 4.5em;
  border-radius: 10px;
}
.cpa-logo3 {
  background: #8B4A9D;
  transform: rotate(-45deg) translate(20px, 35px);
}
.cpa-logo4 {
  background: #8B4A9D;
  transform: rotate(45deg) translate(-5px, -60px);
}

Color Theme Swatches in Hex
.Capture-1-hex { color: #A2CE53; }
.Capture-2-hex { color: #5FBB49; }
.Capture-3-hex { color: #8B4A9D; }
.Capture-4-hex { color: #603293; }
 */

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2