Questions tagged as 'css'

1
answer

How to set amount of box with flex

If I use display:flex in a ul>li structure, all items will be squeezed in a single line. I would like to know if it is possible to determine the limit per line, such as three for example .. I can do with float:left , bu...
asked by 24.01.2016 / 19:22
2
answers

How to "get rid" of the vertical space between divs?

I would like to leave every piece of my website stuck to each other, each in a different color. But I can not get rid of the whitespace that remain between the divs. I have already tried to remove the code space and apply font-size: 0 (tips I sa...
asked by 09.03.2016 / 00:51
1
answer

move from JQuery to CSS3

Any way to do this in CSS3? if(window.innerWidth <= 1000) { var ecra = window.innerWidth; $(".topo").css("height",ecra*0.293); } I tried @media screen and (min-width: 0px) and (max-width:1000px) { .topo { height: calc(device-...
asked by 18.10.2016 / 15:14
3
answers

How to eliminate the space at the top that my DIV leaves?

I have a DIV of leave a space between it and the top of the browser, see: link CSS: .element { position:relative; display: table; width:960px; height:120px; margin: 0 auto; padding:0px; background-color:#000000; border:0px; } I...
asked by 04.02.2016 / 19:04
2
answers

Method to change CSS subclass (color of the item text in the choicebox)

I have a choice-box. In my choice-box there is a list of colors to be selected by the user through the interface. Every time the user selects a color, the background of that same choice-box is the same color that the user selected. By default, t...
asked by 15.10.2017 / 01:18
2
answers

How to add the animation to the top of the page using the easings library?

The search for effects to add on a button "Back to Top" found this jQuery library that uses CSS transition , SCSS and jQuery itself to make animations, but I could not add them to the top button, does anyone know? Or do you know of another of t...
asked by 13.10.2017 / 15:57
1
answer

How do you position a moving div to be automatically saved?

I've developed a widget for my project and now I need it to be saved when I move it. Example: Initial position of widget 80px x 120px , after move it, initial position of widget 210px x 300px . I hope my doubt is...
asked by 04.12.2015 / 21:16
1
answer

How to transform (cut) only one side of the element with css?

I need to do a background like this of the image, I could do both sides using transform: skew() , but I need to do only the right side as in the image! Thanks for the help !! MineissoIneedtoleaveitasintheimageabove. codeIusedtodo:<d...
asked by 02.12.2015 / 18:08
1
answer

Put one div behind the other

I can not make it work at all. I'm using "animate.css" to make the animations of the elements appear, but when an element is rising, at the bottom of the page for example, all the content of that section goes over the footer, leaving an "ugly" e...
asked by 08.01.2016 / 16:02
2
answers

BOOTSTRAP Editions

I'm using a bootstrap theme with background image but the image does not change. I went in the css, changed the background anyway and the image stays the same being a url that no longer exists. As you have nothing on the html code, follow the...
asked by 21.06.2017 / 13:39