Difference between revisions of "Template:Manchester/CSS1"

Line 26: Line 26:
 
}
 
}
  
nav ul{
+
nav > ul{
 
     position: fixed;
 
     position: fixed;
 
     background-color: orange;
 
     background-color: orange;
Line 88: Line 88:
 
     margin-left: -80px;
 
     margin-left: -80px;
 
     z-index: 100;
 
     z-index: 100;
 +
    list-style: none;
 +
    border-radius: 10px;
 
}
 
}
  
Line 94: Line 96:
 
     position: relative;
 
     position: relative;
 
     border-bottom: 1px solid black;
 
     border-bottom: 1px solid black;
 +
    box-shadow: 0px 0px 9px black;
 
}
 
}
  

Revision as of 14:35, 1 August 2016