Questions tagged as 'mediaqueries'

0
answers

Error with the average query CSS3 does not adapt?

Good I have this following code: @media screen and (max-width:100px){ #yo { border:1px solid green; } } <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"...
asked by 18.12.2017 / 18:38
1
answer

My responsive only works when activating the desktop version in the browser

I have a website, which in version portrait on my cell works responsively, but when I turn it into a landscape version, it shows how it would look like on a large PC (although the average querie specifies that it takes version landscape of the s...
asked by 10.11.2017 / 22:57
2
answers

Why does the chrome console flag me error in media queries?

Currently I want to make my website responsive, but when I want to modify some measures of some elements they do not change, for example I have a mask that covers some of my images, the image if it adapts. Viewing my image in responsive mode....
asked by 30.08.2017 / 20:54
1
answer

media querys navigator edge

I need to place media query only for browser edge    minimum size 400px maximum 600px How would it be? I have this, I need it to work only on the edge browser @media screen and (max-width:400px) and (max-height:600px) { … }     
asked by 01.08.2017 / 20:47
1
answer

I can not apply styles to tablet resolution in landscape

I can not apply the styles to a article in the mediaquery of tablet landscape. It takes me the mediaquery styles of desktop resolution. With my tablet horizontally, the paragraph is almost down, the arrow icon is not visible. In portrait...
asked by 07.07.2017 / 20:16