I'm using Primepress theme.
I'm trying to create a custom paragraph style. I'd like it to have a light grey background and a small dotted line.
I created this on W3schools which worked for their try it yourself feature...
p.one
{
border-style:dotted;
border-width:1px;
background-color: #E0E0E0;
}
but when i attempt to use it in building a page i get nothing. this is what i'm using on the page:
<p class"one"> paragraph </p>