<style>
nav {
background: blue;
width: 10em;
}
nav ul {
padding-left: 30px;
}
body {
margin: 0;
background-color: red;
}
</style>