Day 78

Getting back into the game slowly... but getting back into it!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#second-nav {
width: 46%;
position: absolute;
bottom: -25%;
left: 51%;
transform: translate(-50%, -50%);
border-radius: 10px 10px 10px 10px;
border: 1px solid #c0c0c0;
background-color: #66e6d9;
box-shadow: 0 2px 3px #33b3a6;
list-style-type: none;
margin: 0;
padding: 5px;
overflow: hidden;
font-size: .8rem;
}

#second-nav li {
float: left;
margin-left: .5rem;
}

#second-nav li a {
display: block;
color: #000080;
text-align: center;
padding: 0.1rem 0.1rem;
text-decoration: none;
}

#second-nav li a:hover {
background-color: #66e6d9;
color: #000066;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2