Archived topic
Container Outline
3 replies · Started by Tanner on May 22, 2018
Viewing posts 1–4 of 4
Hi,
I'm looking to create a thin container outline in this color #001a33.
What I'd like to do is have a white color background along with a white color content section, but then have the containers be outlined so everything is separated.
Any suggestions are appreciated. Thanks!
~ Tanner G.
Hi there,
Try this CSS:
.separate-containers .inside-article,
.sidebar .widget {
border: 2px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect, thanks!
No problem!
This archived topic is closed to new replies.