what's wrong with there code? ? ? ? I can't figure it out.
body {
background-color : #BED1E1; /*color is ocean blow */
margin : 0;
}
.menuBar {
width: 10%;
float : right;
background-color : #0191C8; /*color is light blue */
border : 1px #000000 thin;
padding : 2%;
list-style-type : none;
}
#mainContent {
margin-right : 30%;
}
