html - I cant create a CSS border for this content -
i'm using wordpress blog/website. on regular pages created borders fine. on blog template, cant seem figure out how borders around boxes. have far
#secondary{ background-color: white; left: 15px; border-width: 15px; border-color: green; } (green visibility) invite view live page can ascsess css , stuff. customized sheet last 1 titled style.css
#secondary{ background-color: white; left: 15px; border: 15px solid green; } you missing border-style style (ie. solid part), whereby can shortened above syntax brevity.
Comments
Post a Comment