I have picked this free bootstrap theme, and my problem is that I want to create transparent panels, but when I set opacity: 0.8; the text in the panel, of cour
opacity: 0.8;
.transparent{ background-color: rgba(0,0,0,0.15); } .panel{ background-color: transparent; border: 1px #222; }
Título