Day 40

Building the main nav of the project
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

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

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2