Questions tagged as 'media-queries'

1
answer

Media queries or multiple style sheets?

In order to make the site fast and responsive, which is better? 1-Use Media Queries and set the resolutions in just one style sheet. 2-Use multiple stylesheets that will be called in HTML according to the resolution.     
asked by 23.01.2017 / 15:05
1
answer

Media wants to ignore attributes

I'm trying to make a DIV only show on small screens, so I've defined the following: @media screen and (max-width: 460px) { #bloco{ display: block; width: 100%; height: 50px; background-color: rgb(150,...
asked by 28.10.2016 / 12:28
1
answer

Media Query syntax error when compressing the code

I'm trying to compress to the maximum the site where I work and for this I'm minimizing the javascripts and css, but this is giving error in the css minimizing well in the codes similar to what I will put here below. It does the syntax validatio...
asked by 09.09.2016 / 15:36
0
answers

Problems with Responsive

I started building a website today and my project should be only for phones and tablets, so I studied a bit about responsiveness. The problem is that I made the site based on resolution and I forgot the DPI , is there any way to do the...
asked by 23.05.2015 / 06:05
1
answer

Media queries, Bootstrap or both? [closed]

I'm new to the industry, despite being in the third semester of college, I started to study web development about 15 days, My question is if I should only use the bootstrap or use beyond it, the media queries too? The bootstrap adds commands and...
asked by 12.11.2016 / 01:56
1
answer

What is the best way to work with responsive images?

I am in doubt in my project how best to work with responsive images DIRECTLY in HTML, in html5 the tag has the srcset attribute that allows this change using the prefix "w" when selecting the screen, but in some searches that I realized that the...
asked by 20.02.2018 / 19:56