Hello, I have the following range
var $sliders = $("input.slider");
$.each($sliders, function(i, elemento){
tooltip: 'always';
console.log(elemento.id);
var slider = new Slider('#'+elemento.id, {
formatter:...
What I want to do is an isosceles triangle with the tips cut out or flat in this case will have 6 points as a hexagon, but I do not know how this can be done from CSS.
I tried something like this:
.triangulo_mascara{
overflow: hidd...
I'm trying some animations with Morphext and the truth that I liked a lot, for now I want to stop the publication to reach the last word or phrase that is within id="js-rotating" but I could not ... ..
I translated the documenta...
I hope and you can help me with a question I have since I do not know much about css yet.
Well, how can I make a menu on an image with css example I have the following html and css code:
<div class="image-menu">
<img src="images/i...
I tell you, I'm working with Bootstrap 4, and I'm having a problem wanting to vertically center the dd within a dl
My code would be something like that
dl {
display: flex !important;
justify-content...
What I would like to do is that the drop-down list that comes out of a select that in this case would be a set of options , have a different background color and when they are passed over it modify the key of it.
CSS code:...
I have a background image that fits the browser with cover so it depends on the resolution the image fits the width or height.
The issue is that I have a series of elements that I want to always be on a specific place in the background...
I would like to line up Bootstrap 4 the browser to the right.
By default it is left, I tried in several ways but I could not, here I leave the code.
<body>
<header>
<nav class="navbar navbar-dark">...
I need a div to have a style when you pass the cursor over ( hover ), and another style when you do a click .
//HTML
<div>texto</div>
//HOVER JS
$('div').hover(function() {
$(this).css({'background-color':'blac...
Because the div with class iconmas occupies me in height 100% without saying it, I only indicate padding 0 0.5%
.padre
{
position:relative
}
.ttcategoriax
{
position: relative;
width: 100%;
}
.ttcategoriax p
{...