Posts by Erick Oliveira • 1 point
2 posts
-
0
votes3
answers45
viewsA: Not painting my entire <div>
I managed to solve by putting a display: table; in the div class="footer-top" and putting display: table-cell; us div who are next: .footer-top{ background-color: #069370; padding: 80px 0; display:…
-
0
votes3
answers45
viewsQ: Not painting my entire <div>
When I put one background in my <div>. HTML code: <footer> <div class="footer-top"> <div class="fcontainer"> <div class="frow"> <div class="col-md-3 col-sm-6…