Day 101
Learning responsive dropdown menus today...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
ul li {
list-style: none;
width: 200px;
line-height: 50px;
position: relative;
background: #fff;
box-shadow: 0px 2px 3px 0px grey;
text-align: center;
float: left;
background: linear-gradient(white 20%, rgb(196, 193, 193) 80%);
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
ul li {
list-style: none;
width: 200px;
line-height: 50px;
position: relative;
background: #fff;
box-shadow: 0px 2px 3px 0px grey;
text-align: center;
float: left;
background: linear-gradient(white 20%, rgb(196, 193, 193) 80%);
}
Comments
Post a Comment