Iammakingaresponsivewebsystemusingsomebootstrapelements.Thewholesystemisresponsiveexceptforthefooterwhich,inadditiontoleavingthefixedpositionatthebottomofthescreen,stilldecreasesthesize.
Hereisthehtmlandcsscodeforthefooter:
<footer class="footer">
<div class="container">
<span class="text-muted" style="
position: absolute;
bottom: 0;
width: 120%;
height: 60px;
line-height: 60px;
background-color: #222222;
margin-left: -214px;
text-align: center;">
<font>
<font> Desenvolvido por ****** - *****</font>
</font>
</span>
</div>
</footer>