nav {
border: whatever size you wantpx border style color;
margin: auto;
width: whatever size you want, between 0-99%;
}
- Remove margin: auto; if you want the nav bar to be positioned to the right.
- Border styles are the same ones as here on Rentry: dotted, dashed, solid, double, groove, ridge, inset & outset.