I need to create footer which will be just like small orange bar, and I need to make it responsive, I mean when I resized my window everything should be ok. How can I do that?>
In my custom.css I write this:
custom.css
#footer { text-align: center; background: #ffa500 }
and get orange centered footer.