Adding a border
-
How do I add a border to Bueno that matches the image in the header, or is a contrasting color to the background?
The blog I need help with is: (visible only to logged in users)
-
You can adjust the border colors surrounding the header image and content area in Bueno using this CSS:
#header-image img, .post, div.page { border: 5px solid #115900; }Does that produce the result you were expecting?
- The topic ‘Adding a border’ is closed to new replies.