<!doctype html>
Document *{ margin: 0px; padding:0px; border:0; } .nav { background-color: #eee; width:600px; height: 40px; margin: 0 auto; } ul { list-style-type: none; } .nav ul li { float: left; line-height: 40px; text-align: center; } a { text-decoration: none; border: solid 3px purple; border-radius:5px; color: #000; padding: 0 10px; display: block; } a:hover { color: #FFF; background-color: #666; }