Questions tagged as 'css'

3
answers

position online

I want to position in a row, but not over .caja { display: inline-block; } .uno { width: 10px; height: 10px; background-color: red; } .dos { width: 10px; height: 10px; background-color: blue; } <div class="...
asked by 06.12.2017 / 15:43
3
answers

Problem with FontAwesome, I do not recognize any icon

I'm using bootstrap but I've been trying to add FontAwesome for a while and it will not let me do the one that puts me on the page for a while now <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/solid.js" integrity="sha384...
asked by 17.03.2018 / 23:59
3
answers

Center span with image inside a column td

How can I center a <span class="glyphicon"></span> within a <td> of a table? It's a bit cumbersome to put them in topic ... I'm using Laravel 5.2 and Dataqueable from jquery. It is a column that I get values 1 or...
asked by 02.11.2016 / 20:43
1
answer

Bootstrap 4 - Checkbox by pressing one the other is pressed

When using the bootstrap "checkbox". If they are duplicated to have more than one. When you click one, the two are clicked. Why? It seems that some javascript code activates them using their id or name, or something like that? How should you do...
asked by 07.12.2018 / 12:21
5
answers

Adjust Columns of 2 HTML tables

Currently I have 1 table (html) with 2 tables (html) whose problem is that when displayed on a small screen the headings are mismatched with the table My table (example): <table width="100%" > <tr> <table width="100%" >...
asked by 07.08.2018 / 17:40
3
answers

How to remove the '#' from a

I have a pad on it because I do not want to be redirected anywhere, just look like a link. But of course, when you click, that pad appears on the route. How do I remove it?     
asked by 20.02.2018 / 15:02
2
answers

Chrome shows absolutely nothing [duplicated]

I have a problem, I started 0 page and I wrote the html code with the css but when I open it in the chrome I do not see anything. Only white I leave below the html and the css: <!DOCTYPE html> <html> <head> <met...
asked by 22.11.2017 / 15:07
4
answers

Div that occupies the entire height of the remaining screen

I want to make a div occupy the entire bottom of the screen. As a solution, I thought of declaring this div (in the example "div2") with height:100%; . Not working, I saw that people say that the solution to this is to declare htm...
asked by 27.03.2018 / 14:10
2
answers

Apply CSS to array of objects in JSON

I need this array of objects in JSON <script> var galeriaOriginal={"frases":[{"persona":"Bender Bending Rodríguez","frase":"Los robots no tenemos sentimientos... y eso me pone tan triste...","foto":"http://www.topimagenes.net/wp-content/...
asked by 20.02.2018 / 19:56
1
answer

Columns with different vertical separations

As I now have the code with grid-column-gap: 3%; , I have a separation between each column of 3% and that's fine, but I want between block 2 and block 3 there's only 1% separation. I've tried putting grid-column-gap: 3% 1% 3%; bu...
asked by 15.02.2018 / 09:48