Html – Need to create a grid with bootstrap
I am looking for a bootstrap chief who can help me building a simple grid ... I am too stupid to do so ans even cannot describe it well enough for ChatGPT. I hope this doesn't take a lot of…
I am looking for a bootstrap chief who can help me building a simple grid ... I am too stupid to do so ans even cannot describe it well enough for ChatGPT. I hope this doesn't take a lot of…
I have this simple HTML table using Bootstrap V5 .reasonCode-table th, .reasonCode-table td { padding: 8px; border: 2px solid #7a7878; border-radius: 6px; } .reasonCode-table__title { text-align: center; } .reasonCode-table__items { vertical-align: middle; text-align: center; } .reasonCode-table thead th { border-top:…
How do I separate the descriptive text to make it more distant from the image I tried to fix it but it didn't work and how can I fix it so that my text is postponed to make it more…
-1 I am using Bootstrap 5 to create a website and I also used Bootstrap 5 to create the navbar. I added my own css so that the services dropdown will open on hover. However when someone clicks on the…
I have this jsx <div className="row" > {data!== undefined && data.length !== 0 ? ( data.map((el) => ( <div className="col col-lg-2 col-md-6 g-3" key={el._id}> <div className="card"> <div className="card-body"> <p className="card-text fw-bold fs-5">{el.name}</p> </div> </div> </div> )) ) : ( <p>no…
This is a piece that is in the sidebar I'm building. I move the image to the far right of the screen with style="text-align: right;". In the same div, above the image, there is also a red bar that I…
When I click on the mobile navbar, it simply doesn't close when an item is clicked on, it only goes to the section where that item is but the navbar is still on: here is the HTML for the header:…
I'm trying to open a modal window using bootstrap 5 (not the library React-Bootstrap) when cliking a Day in the FullCalendar Component in React. I tried accesing through the modal using $ of JQuery but I get this error message…
I am new to Bootstrap 5, html and, CSS. However, I am using them to create a website and I am also using Bootstrap 5 to create cards, but I wanted to make the cards clickable so that they will…
I'm using bootstrap classes and I don't know why is the The drop down menu is overlaping with the text enter image description here <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul id="nav-list" class="nav navbar-nav navbar-right d-block d-sm-none row"> <li class="li-Menu text-center">Chiken</li ><hr">…