Posts by Gabriella Oliveira • 21 points
2 posts
-
-2
votes1
answer2467
viewsQ: How to put a background image on Jumbotron? Bootstrap 4
Could someone help me put a background image on the Jumbotron ? That is the code: <div class="jumbotron jumbotron-fluid"> <div class="container"> <h1…
twitter-bootstrapasked Gabriella Oliveira 21 -
0
votes2
answers4346
viewsQ: How to center and position side by side two images? html css
HTML: <div id="ladoalado"><img src="imgs/login.png"><img src="imgs/cadastro.png"></div> CSS: #ladoalado{ float: left; margin: auto; } Code image:…