sparkling header background color with rgba
-
Hello,
I want to use rgba on the header but it doesn’t work.
Here is the original code in the CSS
” .navbar.navbar-default {
background-color: #35689d;
} “and this is what I’ve tried, but nothing happens
” .navbar.navbar-default {
background:rgba(231,30,23,0.4);
} “Can somebody help me with that please ?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘sparkling header background color with rgba’ is closed to new replies.