div#secondary {
border-style: solid;
border-color: #ccc;
border-width: 1px;
padding: 5px;
background-color: #eee;
}
To add CSS:
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
You may want to play around with the colors to find something more to your liking.
]]>/*
and ends with */
. Put it AFTER the closing comment.
]]>
Two more questions if you don’t mind.
1. Can I put a border (outline) around just the body of the page? (If so, how?)
2. Can I change the width of the Sidebar?
]]>