I built a new home page that displays all three novels of the trilogy. Goto https://robertdeanholland.com
I found a class called container-border on other GPP support pages, and placed the call to the class in the Additional CSS class(es) of each column on the new home page
Here is the code snippet of the class:
.container-border { border: 2px solid #40E0D0; box-sizing: border-box; }
Is there some additional code snippet for these that will give me the ability to control the radii of the corners this class creates?