I am trying to center two text areas on a form, however the bootstrap .
Does anyone know how I can center them with the display:table that the bootstrap adds?
.input-group {
text-align: center;
}
<link href="htt...
I have a list of dropouts to which I have placed an image of an arrow, which must change from when it is closed to when the drop-down is displayed. When I do the modification of the image from closed to open it does it well, but when the drop-do...
I would like to know how it would be possible to align a group of divs (4 divs) in the following way:
I have tried to do it with float: left, but if I do it, it will go out of the main div. Also, as you can see in the image, I want ther...
I am trying to create a PDF viewer in Angular but when passing it the variable gives error.
Can you give me a hand, please?
HTML:
<embed [src]="selectedFile" class="p-col-12" style="height: 800px;">
TS:
private pathFiles = [...
I have these panels in Bootstrap, with text written directly from html, that is, without bringing it from the database ..
The question is, is there any way to edit what you have written directly from the front end, ie without having to...
I need to make a rowspan inside a for
I have the following:
And the result I want to obtain is the following:
I've tried this but it does not work for me
<table id="tablaCS" class="table table-striped table-bordered">
&...
In an html I have a v-model='code' with an attribute v-on:change='consultar()' which at the time of typing the code and tabular (for example, (is one of many ways to make the change)), he goes to that method and I list the data in...
I request your collaboration to indicate how to link the data of an object with <select>
app.controller('nombreCtrl', ['$scope', '$http',
function($scope, $http) {
$scope.nino = {
nombre: 'Julian',
sexo: 1,
edad: 0,...
Apart from the differences in support from older browsers, what are the differences between doing:
document.querySelectorAll(".clase")
or do
document.getElementsByClassName("clase")
in JavaScript? Is any of those methods more efficient...
Can you fit the text to a type box?
I have the following:
<div class='about' title='cuadro de varios caracteres'>imagen</div>
I'm exaggerating in the amount of letters but if they are many I need to make that look in a box fo...