Currently, I am utilizing WordPress to manage my blog/website. While I successfully added borders to the regular pages, I am facing difficulty in adding borders around boxes within the blog template. Here is the snippet of code I have implemented so far:
#secondary{
background-color: white;
left: 15px;
border-width: 15px;
border-color: green;
}
(I chose green for better visibility) Feel free to visit my actual page to review my CSS and other related resources. My customized stylesheet can be found as the last one named style.css