header { nav { ul { float: right; display: inline-block; } ul li { display: inline-block; a { padding: 0.5em 1em; } a:hover { color: white; background-color: crimson; text-decoration: none; } } } h1 { float: left; font-weight: normal; text-transform: uppercase; color: gray; margin: 0; } }