Questions tagged as 'css3'

1
answer

height: vh; does not work as it should on Chrome mobile

Chrome is not tailoring content in the viewport In Firefox and Opera mini you are adapting perfectly Chrome Firefox Operamini IsitpossibletomakeChromefitlikeFirefoxandOpera? .intro-noticias { width: 100%; height: 89vh; margin...
asked by 17.02.2017 / 22:38
1
answer

How do I make the button overlay the background image?

I'm trying to put a button ( button ) on top of an image and I'm not getting it. I already tried to fiddle with the position ( relative and absolute ) property on the image and button, and still could not. Can anyone...
asked by 28.12.2016 / 15:09
1
answer

Simple question about: after, before (clearfix and etc)

I've seen some dev's using both display:block and table in after/before , but why use? I think I know why I use block but because table ? What's the difference? Another question is about this *Zoom: 1;...
asked by 16.12.2016 / 07:41
1
answer

Mysterious padding when using CSS scale

I have a problem. When using scale() in my CSS to decrease the size of an image in the media query , it is creating a mysterious padding . Thispaddingisnotsetanywhere,ifitistosee,istheoriginalsizeoftheimage.Theimagedecreases,bu...
asked by 02.02.2017 / 12:57
1
answer

How to disable materialize input

I realize that with the Framework materialize as soon as I put an input it already stylizes by type. But I do not want to use the stylization for the input, how to disable it?     
asked by 06.12.2016 / 04:07
1
answer

Images overlapping when resolution changes

I have 4 images side by side, but when I reset the resolution they are overlapping one by one. I would like them to adjust but remain side by side since the resolution allows them to stay see the image CSS .snip1566 { position: rela...
asked by 16.02.2017 / 03:52
1
answer

menu toogle not returning to desktop query media

I'm developing a responsive menu and it works normally, when it enters the media query for tablet it hides the menu and it is only possible to visualize it through the click of the button, however when the menu is hidden and I return to desktop...
asked by 18.11.2016 / 20:08
1
answer

Placing (arrows) an arrow at the bottom of my active button

I have a tab menu that I need to put an arrow at the bottom of the button when it is active. Here is the image as it is: Ithastolooklikethis: Hereisthecodeforthis"menu": <div class="cq-tabs " style="width: 100%;" data-tabsstyle="style1"...
asked by 08.03.2017 / 14:48
1
answer

Problem loading font-awesome with SASS

The icons when loading are very different. <i class="fa fa-camera-retro fa-lg"></i> CAMERA <i class="fa fa-facebook"></i> FACEBOOK <i class="fa fa-github"></i> GITHUB I am loading font-awesome...
asked by 02.11.2016 / 19:43
2
answers

Center items in a DIV [duplicate]

How do I keep these three items centralized? Notice that there is a space on the right side. CSSdiv.menu{background-color:#333;overflow:auto;white-space:nowrap;}div.menua{display:inline-block;color:white;text-align:center;padding:15px;widt...
asked by 02.01.2017 / 19:35