Questions tagged as 'css3'

1
answer

How to leave one div next to the other?

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <style type="text/css"> * { margin: 0; padding: 0; vertical-align: baseline; } body { width: 100%; backg...
asked by 13.11.2017 / 01:52
1
answer

Div in body size

I have a div that is in my page footer, similar to a footer, the problem is that this div is inside other divs, I wanted it to be the exact size of my body, css. Example:     
asked by 23.10.2017 / 16:00
1
answer

Bootstrap dropdown menu does not work

I'm developing a web application and I'm using the bootstrap dropdown menu but it does not work My <head></head> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta nam...
asked by 17.10.2017 / 04:10
2
answers

Calculate the end of the screen

Well, I have a button that opens a div . If this button is in the middle of the screen , then I open the div p> If the button is the end of the screen and when you open the div div below the button . But How to calculate...
asked by 10.10.2017 / 14:39
1
answer

Image misaligned by decreasing page width

So is the resolution of my image in the normal width of the page Butbydecreasingthewidthofthepagetheimagelookslikethis. Iwouldliketheimagetobethesamesizeasthe1smallimageHTML<divclass="col-6 col-md-4"> <img src="imagens/e...
asked by 10.10.2017 / 16:02
1
answer

Giving hover on one element and changing the other is not working

I looked for all the ways to give hover in one element and change another and some of them already knew and had trying but it was not working, so I went looking for others and I tried everything #example:hover + #change , #exampl...
asked by 13.10.2017 / 10:22
1
answer

Difference style: hover firefox x chrome

I have the following CSS ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: rgb(150,150,150); } ::-webkit-input-placeholder:hover, :-moz-placeholder:hover, ::-moz-placeholder:hover, :-m...
asked by 28.09.2017 / 15:01
1
answer

Center content in a border CSS

I would like the Sign In / Sign up to be vertically centered within the borders, but I can not do that. The following is the code below: HTML:<ulclass="menu_2"> <div class="user"><li><i class="fa fa-user">...
asked by 27.09.2017 / 20:22
2
answers

CSS3 Transform Skew (a corner)

Is it possible to customize to leave as of this image? link I found a solution, but it is not useful for me, because it did not match the table. <!DOCTYPE html> <html> <head> <style> .div2 { border-top:...
asked by 05.10.2017 / 19:58
1
answer

I can not play Bootstrap Menu css

I'm developing a web application and I put a bootstrap menu but I'm not able to tinker with his css, I wish he had that look. UPDATEButlookhowitis HTML<divclass="body-wrap" > <div class="container" > <div id="menu"> &...
asked by 07.10.2017 / 21:58