Line 6: | Line 6: | ||
/********************************* menu bar formatting ********************************/ | /********************************* menu bar formatting ********************************/ | ||
nav { | nav { | ||
− | margin | + | margin:auto; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 28: | Line 28: | ||
nav ul{ | nav ul{ | ||
position: fixed; | position: fixed; | ||
− | |||
− | |||
background-color: orange; | background-color: orange; | ||
display:inline-table; | display:inline-table; | ||
top: 12px; | top: 12px; | ||
− | left: | + | left: 100px; |
right: 5px; | right: 5px; | ||
font-size:20px; | font-size:20px; | ||
Line 307: | Line 305: | ||
− | |||
<nav> | <nav> | ||
Line 363: | Line 360: | ||
</nav> | </nav> | ||
− | + | ||
</html> | </html> |
Revision as of 14:16, 1 August 2016