Questions tagged as 'css'

1
answer

Fixed menu hides even with z-index

I have the following code: <html lang="pt-br"> <head> <meta charset=utf-8/> <title> Inicio </title> <style type="text/css"> *{ font-size:18px; vertical-alig...
asked by 09.08.2018 / 09:37
2
answers

How do I make spaces between Tag Input

I have a code and need to organize a part of it, but I can not. I need to insert a space between some input, but I do not know how to do it. <tr> <td colspan="2"> <div id=input-atendimento>...
asked by 31.08.2018 / 01:19
1
answer

How to format a Grid inside the Div?

Gentlemen, I'm trying to insert a grid inside my Divs, however it is in conflict with the top, as shown in the image, it follows a snippet of my code where the problem occurs. I have the div row1 which is the top and the div row2 which is...
asked by 06.08.2018 / 16:44
1
answer

formatting for different screens, some do not work [duplicate]

I wanted to know if the media queries has higher order for less or vise versa, because I format in a specific size works right, then I format for another screen the previous one stops working vise and versa, I wanted to know if it has a...
asked by 04.07.2018 / 22:23
1
answer

How to align a photo in the center of the page?

I know that to align a text is used text-align: center . But to align a photo that has a link in it? I did tests here with commands that I do not know, like align-content , to see if it worked, but it did not. I have two questions...
asked by 18.08.2018 / 21:53
2
answers

How to leave option checked when div

There is a site where the client should choose cor and tamanho for a given product, what I have today are divs that show the colors and sizes but I am not able to leave the marcada option when it is selected , such as radios...
asked by 16.08.2018 / 16:20
1
answer

Integrate JavaScript

I have a questionnaire where the user will answer x questions and will receive a response at the end, when you click the "answer" button. I made the first version where everything is working, except that in this version the questions are all...
asked by 07.11.2018 / 16:56
1
answer

How do I let div superimposed on another div?

How do I leave div #inner-block in the foreground? #block-1 { position: absolute; width: 200px; height: 200px; top: 10px; left: 10px; background-color: #999; z-index: 1; } #inner-block { position: relativ...
asked by 07.11.2018 / 07:37
1
answer

hover moving element

When you apply hover , it moves the elements. .iconsHab i{ color: #0098DA; padding: 5px; vertical-align: middle } .iconsHab i:hover{ color: #0098DA; font-size: 20px; } <!-- Bootstrap docs: https:...
asked by 27.07.2018 / 21:26
2
answers

effect bar filling css in menu [duplicate]

people should recreate the effect of the menu on that site: link however I am not getting it, I was able to create the bar and make the bar grow but it grows over the menu, capping the writing ....... the way I tried it is doing a class with...
asked by 26.06.2018 / 22:31