I'm with a project that was developed in Bootstrap v4.0.0-alpha.4. In this project there is a pagination that follows the standards of the framework.
<nav aria-label="Navegação de página exemplo">
<ul class="pagination">
<...
I have the following code structure
<div id="container" class="container-fluid">
<div class="row align-items-center justify-content-center">
<div class="col-2">
<figure id="logomarca">
<img sr...
Good morning, I'm developing a project and it has a header that I developed showing the categories available to it. Layout of the site with Bootstrap 3.3, because of presentation issues I decided to make an animation in the CSS of the dropdown p...
I have the following menu:
HowcouldImakeitlooklikethis:Importação|Exportação|CursodeInstrutor|AssessoriaJurídica-------------------------(aquiseriaumalinha(hr))Vendas|Consultores|RelatóriosThecodeIhaveisthis:<divclass="row">
<nav cl...
I need to leave a responsive page, in it I have a filter that is fixed and I want to hide the filter on a button when the screen is smaller than 750px
<div class="col-lg-3 col-md-6"> <!-- comeco do filtro -->
&...
I'm doing a bootstrap 4 course, the teacher uses and teaches that there is flex-items class for alignment, to align vertically for example, we could use something like this:
flex-items-md-middle
The problem with me does not work, at...
How to position the elements without breaking
I have a screen with some inputs , I'm using bootstrap and defining the sizes of the fields, but they are still broken as in the following image.
IneedthemtobestraightandwithLabel...
I'm trying for an icon bootstrap, but I'm not getting it ..
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink...
Use stripped table of bootstrap with Angular 6. This is the screen:
Seethatyouhaveaplusbuttonintheupperleftcorneranditshouldbeunderneaththetable,rightside.Thisismyhtml<navclass="navbar navbar-dark bg-dark">
<a style="display: block...