Questions tagged as 'css'

2
answers

Add Favicon to my website

If I am accessing a website, both desktop and mobile, there is the option to add the link to the home screen, and some websites add the link with a custom icon. Ex: Stack Nowmysiteforexamplehasnoiconsetandcomesabrowserdefault. How...
asked by 04.08.2017 / 05:20
1
answer

How to organize the Theme Directory

I have a question about how to split CSS and Javascript files into my project directory ASP.NET I got the theme METRONIC , the theme directory has a folder where all css and js files are called " asset...
asked by 03.08.2017 / 20:46
3
answers

Centralize Vertically

I have a div and inside it I have 2 more, one for an image and one for a text. I need the image to always be centered vertically, regardless of the size of the text. .lista_teste{ width: 100%; height: 100%; background: #ccc;...
asked by 21.09.2017 / 17:16
1
answer

Doubt with theme-color, change the color of the browser

After accessing the mobile phone, I did not notice that it changed the color of the browser, nothing changed, using safari on ios or Android, was something missing? I made the inclusion in my head: <!--mudar a cor do navegador --> <!-...
asked by 26.06.2017 / 03:01
2
answers

alignment of text and an image

Can anyone help me with text placement? I would like the text to be under the image when the resolution was that of a mobile device with the
asked by 27.06.2017 / 16:47
1
answer

CSS scroll no body

I have a structure with 2 columns ( Bootstrap ), one being the menu, the other the content, with value set and some 3 images large within this content that generates a scroll. However, I also have a scroll on bo...
asked by 20.06.2017 / 20:43
1
answer

Effects on hover links

Well, can anyone tell me how I can do this with hover ? When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name. Or tell me where I find examples, I did not...
asked by 29.07.2017 / 01:49
2
answers

How do I leave Footer at the bottom of the page? [duplicate]

I leave this below for just the same information ... CSS of my page: body{ margin: 0 auto; padding: 0; min-height:100%; position:relative; } head { display: none; position: relative; min-height: 100%; } html{ hei...
asked by 04.07.2017 / 01:35
1
answer

Code being executed only when double-clicking?

Well, I needed to make clicking on a button show the div's and if clicking another button and displaying some div (display: block;) would get a display: none; was what I did in the code below: function movel(){ var divMovel = document.ge...
asked by 05.07.2017 / 00:18
1
answer

How to hide button element using only CSS? [duplicate]

I am trying to use the display: none property on the button element, but it does not work. If I put it in the class it works, eg: .btn { display: none; } But if I put the element button it does not work: b...
asked by 16.08.2017 / 21:08