Questions tagged as 'css'

3
answers

Cartoon Balloon with CSS?

I am looking to generate a cartoon balloon with CSS, that is, a dialogue balloon with text and a "tail" of the style that appears in comics. The solution where possible, so that the "tail" of the globe has a rounded look, as shown in the image:...
asked by 12.02.2018 / 22:04
2
answers

Height 100% does not work

I'm trying to create a menu made with images with the hover effect, but I do not understand why you do not see the div complete. The menu consists of 6 images (which in reality are twelve, two per menu option, for the hover) and must b...
asked by 28.12.2015 / 05:45
1
answer

Apply css to a parent element

I have the following code: <div class="togglearea"> <div class="toggle"> <h3>Titulo</h3> </div> </div> <div class="togglearea"> <div class="toggle">Titulo 2</div> </div> I...
asked by 12.01.2017 / 21:45
3
answers

Silhouette of a color image

Thanks to Rene Limón's response , I was able to create a CSS silhouette like this: #silueta img { -webkit-filter: grayscale(100%) brightness(0); /* Safari 6.0 - 9.0 */ filter: grayscale(100%) brightness(0); opacity: 0.6; } &l...
asked by 01.03.2017 / 01:50
2
answers

Slider JQuery UI - Smooth movement

I have included the following slider , but I can not find the options so that it does not move with the steps , that is, from one point to another abruptly since there are not many values, but I can move it from soft way. JSFiddle...
asked by 13.01.2017 / 12:35
1
answer

Can a flexible div be created in height?

I would like to create a div that when enlarging the browser page, will grow as an image does with width: 100%; height:auto; Is there any way to do it today? My intention would be to create a div with a 16: 9 aspect ratio that incre...
asked by 17.10.2017 / 12:10
2
answers

Add divs around another div

I have the following: * { font-family: Arial, Helvetica, sans-serif; } .x-y-center { display: flex !important; justify-content: center !important; align-items: center !important; text-align: center !important; } .g...
asked by 07.04.2017 / 18:33
5
answers

I can not center HTML form elements

I'm with something simple, but for some reason I can not achieve it. As the title says, I can not center the elements of an HTML form. I wanted to see if they could give me a hand. Here the code: <body> <object id="header" data="h...
asked by 03.10.2016 / 20:22
1
answer

How can I create disorganized bootstrap columns?

I would like to create something like this: link But I would like to create it using bootstrap to make it responsive, the problem is that the columns have different sizes and do not go linear like when you work the columns in boot...
asked by 06.02.2016 / 13:36
2
answers

Center text of an HTML label

I have a problem, and that is that I'm doing a program with jquery, and for each box I'm using a label (teacher's requirements), but I can not center the letters on the edges, they're going towards the top edge. I leave the source code...
asked by 04.04.2018 / 17:01