Difference between revisions of "Template:Manchester/CSS1"

Line 6: Line 6:
 
/********************************* menu bar formatting ********************************/
 
/********************************* menu bar formatting ********************************/
 
nav {
 
nav {
         margin-left: 200px;  
+
         margin:auto;  
 
text-align: center;
 
text-align: center;
 
}
 
}
Line 28: Line 28:
 
nav ul{
 
nav ul{
 
     position: fixed;
 
     position: fixed;
    margin-left: -10px;
 
    margin-top:-15px;
 
 
     background-color: orange;
 
     background-color: orange;
 
     display:inline-table;
 
     display:inline-table;
 
     top: 12px;
 
     top: 12px;
     left: 5px;
+
     left: 100px;
 
     right: 5px;
 
     right: 5px;
 
     font-size:20px;
 
     font-size:20px;
Line 307: Line 305:
  
  
<center>
 
 
<nav>
 
<nav>
  
Line 363: Line 360:
  
 
</nav>
 
</nav>
</center>
+
 
  
 
</html>
 
</html>

Revision as of 14:16, 1 August 2016