Day 117
I AM SICK OF THIS MENU!!!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
/* .navmenu {
position: fixed;
z-index: 1;
top: 2.1em;
right: .5em;
height: 0;
overflow: hidden;
}
.navmenu--open {
height: auto;
} */
.navigation ul {
list-style: none;
margin: 0;
position: fixed;
z-index: 1;
top: 2.1em;
right: 13em;
height: 0;
/* overflow: hidden; */
}
.navigation .navmenu li {
padding: 10px;
position: relative;
left: 11.6em;
width: 125px;
background: #34495E;
border-left: 2px solid #F1C40F;
border-top: 1px solid #BDC3C7;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
/* .navmenu {
position: fixed;
z-index: 1;
top: 2.1em;
right: .5em;
height: 0;
overflow: hidden;
}
.navmenu--open {
height: auto;
} */
.navigation ul {
list-style: none;
margin: 0;
position: fixed;
z-index: 1;
top: 2.1em;
right: 13em;
height: 0;
/* overflow: hidden; */
}
.navigation .navmenu li {
padding: 10px;
position: relative;
left: 11.6em;
width: 125px;
background: #34495E;
border-left: 2px solid #F1C40F;
border-top: 1px solid #BDC3C7;
}
Comments
Post a Comment