2
I am using bootstrap to make a footer, but currently it is playing each element in a row like this: I wanted him to stay on a single line like this:
<footer class="footer">
<div class="container ">
<img src="imgs/logobranco.png">
<p>© 2018 Do Up English.</p><p> Todos os direitos reservados a Do Up English</p>
<a href="#"><i class="fab fa-facebook fa-2x footericone"></i></a>
<a href="#"><i class="fab fa-instagram fa-2x footericone"></i></a>
<a href="#"><i class="fab fa-twitter-square fa-2x footericone"></i></a>
</div>
</footer>
Current css:
.footer{
background-color: #1F1F1F;
padding: 1rem;
}
.footer .container img{
height:1.7rem;
}
.footer .container p{
margin: 0;
padding: 0;
font-size: 12px;
text-align: center;
color: #f7f7f7;
}
Forget it, I got it wrong xD, I noticed now, this even using bootstrap :/
– Guilherme Nascimento
@Guilhermenascimento what counts is the intention =D
– hugocsl