<a href="#" target="_blank" style="text-decoration: none;
color:white;">Opciones</a>
I am making a signature of my email, which only respects the styles placed on the labels themselves, as shown above, where I give...
I have a project that uses the AdminLte template, and I do not know how to make the sidebar collapse:
I have managed to change color when the size of the screen exceeds 500px but I do not know how to make it also collapse:
@media (min-wid...
I have this html table:
<table>
<tr>
<td>A</td>
<td><img src="img/d1.png"><input type="checkbox" class="ocultar chk_asiento" value="A1" onClick="asignar(this);"></td>
<td><img src="img/d...
I have already installed 3 typography with font-face, and I do not want to load more to my web, so I just want to put more altenativas to my font-family, so that in case you do not find the helvetica when you enter with linux or mac, choose a ve...
Ando in the task of optimizing the load of a site wordpress , I see that it has too many plugin that causes the header to make several calls to scripts and css , and from what I saw, that global call does the function wp_...
I have a select and options with a CSS style done. In chrome it looks good, now in firefox the options do not come out with the same style, it is taking its own. In different versions of firefox it is seen with different style. I have tried with...
I have a text inside a div but it happens that when the line breaks it moves to the right
<div style="width: 300px;"><b> aqui va el texto que cuando llega el momento de saltar linea se va hacia la derecha</b></div>...
I need to compile in a CSS file only the classes related to the materialize color palette, to use it in a project that does not include that CSS framewrok.
link
I have an HTML document with a form. In the body I have a div to container mode where I enclose the form (to limit the width of it).
To make it responsive I use flex, my problem arises with Internet Explorer. The color of the body is # F2F2F2...