skip to Main Content

CSS gradiant border bottom

I am stuck with something. Using Bootstrap 5 navbar, I try to make a simple a simple 40px hight vertical border bottom, going from color #e5e5e5 to color #fefefe Here is the sample image: Thank you if you have a…

VIEW QUESTION

Css – Page content to the right is being pushed off screen when using responsive table in Bootstrap

I have the following html (JSFiddle): <div class="d-flex" style="max-width: 1460px;"> <div style="width: 100%; background: red;"> <div class="table-responsive"> <table class="table"> <tbody> <tr> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td> <td>Example</td>…

VIEW QUESTION

Html – Center <p> in Bootstrap 5

I have some problem to center p inside a div. I need some help! Thank you very much! Here is my code: <div class="navbar d-flex flex-grow-1 justify-content-end align-items-end mb-3 d-none d-sm-flex"> <div class="d-flex align-items-center justify-content-center text-white me-2 fw-bold"> <p>THIS NEEDS…

VIEW QUESTION

Html – How to make just a card in a bootstrap

I try to make this But i don't know to do that <div class="row justify-content-center"> <div class="col-3 me-3" style="background-color: #F1F3F8; border-radius: 10px;"> <div class="row"> <div class="col-6"> <img src="/src/photos/event_upcoming.svg" class="img-fluid mx-auto" /> </div> <div class="col-6"> <p>Срок обучения<br>6 месяцев</p> </div> </div> </div>…

VIEW QUESTION

Html – Toggle between content

I have the following Bootstrap version 4.1.1 page. I would like to change the background color of active toggle to white. .nav-tabs { margin-top: 3%; border: none; background: #0062cc; border-radius: 1.5rem; width: 28%; float: right; } .nav-tabs .nav-link { padding:…

VIEW QUESTION
Back To Top
Search