Day 300
Working on styling the header now...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
header {
.top {
.banner {
width: 100%;
// max-width: 1200px;
margin: 0 auto;
height: 70px;
background: #000;
background-color: #000;
.left-side {
position: relative;
display: inline-block;
width: 300px;
.logo {
a {
img {
width: 100px;
}
}
}
.codingphase-link > .visit > a {
position: absolute;
top: 1.5rem;
left: 7rem;
text-decoration: none;
font-weight: 600;
color: #fff;
}
}
.right-side {
position: relative;
// top: 0;
// right: 0;
display: inline-block;
width: 300px;
.enlist {
}
.report {
position: absolute;
top: 0;
right: 0;
}
}
}
}
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
header {
.top {
.banner {
width: 100%;
// max-width: 1200px;
margin: 0 auto;
height: 70px;
background: #000;
background-color: #000;
.left-side {
position: relative;
display: inline-block;
width: 300px;
.logo {
a {
img {
width: 100px;
}
}
}
.codingphase-link > .visit > a {
position: absolute;
top: 1.5rem;
left: 7rem;
text-decoration: none;
font-weight: 600;
color: #fff;
}
}
.right-side {
position: relative;
// top: 0;
// right: 0;
display: inline-block;
width: 300px;
.enlist {
}
.report {
position: absolute;
top: 0;
right: 0;
}
}
}
}
}
Comments
Post a Comment