Archived topic
Border around page with CSS
5 replies · Started by StudioPromo on September 27, 2020
Hi,
I'd like to know how to draw a 1px border around my entire pages (in white or black... not sure yet for the color) with the CSS Aditionnal with maybe rounded corner.
I've read many topics in the forum but did not found the answer.
Thank you in advance,
Alain R.
Hi there,
when you say page do you mean the entire site or just the content area ?
And can you share a link so i can see what layout your using.
Hello,
I mean just the content area.
(sorry if it was not perfectly clear but english is not the langage I use by the way).
Here is my website : http://www.alainroland.be
As you can see, I was able to draw a border around my picture.
Thank you very much.
Alain
NO problem - theres lots of options.
Try this CSS:
.separate-containers .inside-article {
border: 2px solid #ccc;
border-radius: 6px;
}
Marvelous !
Thank you very much !
I wish you a very good sunday.
Alain Roland
You're welcome! You too