Questions tagged as 'css'

1
answer

Center an input of material design lite

I am trying to get a input centered in this way: I understand that to center an element in block I should use margin-left:auto and margin-right:auto however, I do not get the effect I want. This is my code:...
asked by 10.02.2016 / 03:54
2
answers

Style tabs with css

<div class="tab-system"> <button class="tablinks active" onclick="openTab(event, 'LogosSubidos')">Uploaded Logos</button> <button class="tablinks" onclick="openTab(event, 'LogosDescargados')">Downloaded Logos</b...
asked by 03.01.2019 / 13:15
1
answer

Some styles do not apply on Samsung devices

I have a form that does not apply any of the CSS styles, but only on Samsung devices, so I come to your help. I leave the code: PHP <div class="contenedorValoraciones"> <div class="estrellasComentario"> <?php...
asked by 19.12.2018 / 00:48
1
answer

Get shaded text from a div and apply styles on that text, with Jquey

I am creating a content editor, similar to this stack editor where we write our questions, with almost the same options to insert images, links, option to put bold text, italics, centered, aligned to the left or right, between Other options. Wit...
asked by 25.12.2018 / 16:16
1
answer

center table-cell

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...
asked by 13.07.2016 / 17:18
1
answer

Change of icons in drop-down list

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...
asked by 17.12.2018 / 21:00
3
answers

Center group of divs in CSS

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...
asked by 02.09.2016 / 09:51
1
answer

NgForm problem when inserting an input of type date, the entire form is deformed

Hello, I have the following form: <form #formulario="ngForm" action="" (ngSubmit)="insertarEmpleado()" ngForm> <div class="example-container"> <mat-form-field hintLabel=""> <input matInput #input maxle...
asked by 03.12.2018 / 12:42
1
answer

slider of several items

I have this code .categoria-slider { position: relative; width: 100%; height: 300px; padding-left: 8%; box-sizing: border-box; overflow: hidden; } .categoria-slider .item { float: left; margin-left: 15px;...
asked by 19.11.2018 / 00:21
1
answer

I need to make a responsive slider with thumbnail but that the proportion of the dimensions of the images is respected [closed]

I've been looking for a carousel slider with responsive thumbnail, without the images being deformed by the different sizes that I may have. I have seen several responsive bootstrap slider, but when placing images of widths and lengths different...
asked by 02.03.2016 / 00:14