ul{
list-style-type: none ;
background-color: lightgray ;
top: 0;
margin: 0;  
width: 10%;
height: 100%;
position: fixed;
}
li a {  
 display: block; 
  color: black;
  text-decoration: none;
  padding: 4px;
}












