I'm using bootstrap 3. I have a header with transparent red background, but I want to change it according to screen size changes.
For example:
- At lg size, background-color will be red
- At sm size, background-color will be pink
I'm using bootstrap 3. I have a header with transparent red background, but I want to change it according to screen size changes.
For example:
You can just use Media Queries
jsFiddle