I am trying to hide a text in the following way
<ul class="col-6 col-lg-4">
<li>
<i class="fa fa-briefcase" aria-hidden="true"></i>
<div class="contenedor-eleccion ">
<h4>Aplicacio...
Hello I have given to learn bootstrap 4 and now I have presented this difficulty (design a blog) I want to locate a container with 3 large squares that cover half and the other two smaller ones on top of each other but not as a picture is made h...
Greetings I would like to know if it is possible to activate the active class according to where you click, I tried with some script that I found on the web but they have not worked for me.
The way I am doing it is:
I have a php file where I...
I'm starting to use bootstrap 4 and I want to have a logo that has the menu options next to it, however I get one below the other, does anyone know why that happens ?, I leave a code pen with the code I'm working
link
Good morning, colleagues.
I have a problem, the client wants to assign the default column width, with values that already come by default in the database.
I am already obtaining the data of the values of the titles. And I already have the tab...
I'm following the steps of this tutorial to implement
Angular 2 with bootstrap 4 in the.
I had never before used bootstrap 4 with angle 2 and I used pure CSS3 from the css file.
when I try to execute with the ng serve comm...
Greetings I have the problem I am using spring boot and bootstrap v4 so I want to show a combination that shows me the data in a form but it does not show me I leave the corresponding code and also solve the error that I previously published in...
The Navbar of bootstrap 4 is not transparent to me, try placing a class called to the navbar called <nav class="my-navbar">
And remove the color in the CSS in this way:
.my-navbar{
border:0px;
border-radius: 0px;
background:none;...
I have a php page that loads the following table:
the code is this:
<table id="tabla" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
<thead>
<tr>...
I have the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="s...