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="...
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...
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...
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...
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%" >...
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?
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...
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...
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/...
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...