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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -