Posts by Jingas • 11 points
3 posts
-
-1
votes1
answer134
viewsQ: I put an image on my bootstrap link, and the image does not load at all... Does anyone know what’s going on?
<nav class="navbar navbar-light bg-light"> <a class="navbar-brand" href="/blog"> <img src="https://i.stack.imgur.com/hvQfa.png" width="30" height="30" alt="" loading="lazy">…
-
-1
votes1
answer32
viewsQ: I specify the icon I want to apply on my button with bootstrap, but it only appears empty on the page... What’s going on?
<div> <span>TROCO</span> <button type="button" class="btn btn-outline-dark" data-toggle="collapse" data-target="#collapse" aria-expanded="true"…
-
-1
votes1
answer205
viewsQ: How do I place a text on the same line as a bootstrap Collapse button?
<div> <p>TROCO</p> <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">…