Tagged: blockquote
Hi Everyone, Guten Tag,
I try to add a own Div Class (Blockquote) but the both borders appear only in white, can you please advice me what is wrong?
.blockquote2{
border-style:dashed;
border-top-width:5px;
border-bottom-width:5px;
border-color:#779909;
color: #ff9900;
padding-left:5px;
margin-bottom:1em;
margin-right:1em;
font-size: 16px;
text-align: center;
line-height: 1.5em;
}
Thank you very much in advance.
Best wishes from Cologne :)
Merhaba Erdogan!
Please add !important rule as following
.blockquote2 { border-color:#779909 !important; }
If that does not work, please post the link to your page and point out the div element :)
Regards,
Yigit
Selam Yigit,
Thanks you very very much, super!
Regards