color: #ff0000;
}#links {
background: #cccccc;
float: left;
width: 200px;
padding: 10px;
}#content {
background: #ffffff;
margin: 0 0 0 220px;
}
Add the padding property to the content area.Specify padding of 20 pixels:a {
color: #ff0000;
}#links {
background: #cccccc;
float: left;
width: 200px;
padding: 10px;
}#content {
background: #ffffff;
margin: 0 0 0 220px;
padding: 20px;
}
Save format.css.
Reload index.html in the browser.It should look like this: