Site logo

Archived topic

Frame around content

5 replies · Started by Rui on December 5, 2018

Viewing posts 1–6 of 6

Hi!

I would like to make a kind of frame around my Blog container,
like shown in this pic: http://www.astronomia.space/image.jpg (yellow arrow)

How could I do with CSS?

Thanks!

Thanks, Leo!

Well, the wrapper I had in mind was more like a bar not a shadow.
The original site I saw is: http://www.zenite.nu/buracos-negros/ (but it does not use GP). See the gray little bar around the whole content? Something like that, with just 5px width or so.

You can just modify the CSS:

.site-wrapper {
    border: 2px solid #222;
}

No problem :)

This archived topic is closed to new replies.