2
Answers

Set text in same line.

Photo of Guest User

Guest User

4y
706
1
I'm new in css how to set text in same line .this is my code
<footer class="footer">
<div class="container">
<h5 class="pull-left">PublishersFinders.com &copy; 2021</h5>
<h5 class="pull-left">PublishersFinders.com &copy; 2021</h5> 
</div>
</footer>
 

Answers (2)