Questions tagged as 'css'

1
answer

input password in css does not work

I use the same CSS code for both the "text" input and the password, however for one it works and for the other it does not: (see photo) CSS Code #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact...
asked by 19.11.2018 / 19:05
1
answer

Position fixed mixing margin

When I set my header # header as position fixed, it took the style (for example the margin) of the div.interface, I do not understand why this happens, I want my div.interface to have margin-top: 100px and mine header 0px @charset "UTF-8";...
asked by 10.09.2018 / 16:46
1
answer

Center text within a fixed CSS HTML header

I do not know what to do, but I can not seem to get the text out of my menu (it's a little lower than up), I've tried padding, align: center, margin, Please answer please take the time to see the code, I wanted an explanation that I learn, thank...
asked by 13.09.2018 / 19:46
1
answer

css hover property is not covering the side item

I have two screen rectangles with information inside. I used the Hover property of CSS, so when the mouse is passed over, the rectangle increases in size. But it does not cover the rectangle on the side, the information is below. How can I make...
asked by 14.09.2018 / 00:50
1
answer

How to differentiate clones to color certain parts of SVG

Following my series of questions to solve this, I would like a tip on how to differentiate these clones that are generated because I would like to paint only one slice at a time. The idea is to click on a space, it turns black, and color the othe...
asked by 07.12.2018 / 00:44
1
answer

What are the advantages of using the box-sizing property on elements? [duplicate]

I would like to know the advantages of CSS's box-sizing property.     
asked by 16.10.2018 / 17:12
1
answer

hover with mix-blend-multipy

I have a problem when I get out of the hover. Multiply makes a strange effect. See the gif below: #accordion { padding: 80px 0; } #accordion .categoria { position: relative; cursor: pointer; } #accordion .categoria h2 {...
asked by 21.12.2018 / 00:28
1
answer

Working with after and before css to add items to the screen

Well I need to add an item to div when you have selected it, the actual image should look like this: Itwouldbethisleftbankpointinthegreenitem.Howwouldyoudothisincss,usingafterorbeforecanbedonewithcss3andsass.MYHTML<ion-rowmargin-top>&l...
asked by 24.08.2018 / 14:32
2
answers

How to make the hover overlap a div with overflow

I have a certain div that holds the boxes, and this div is with overflow:hidden , so I wanted to open another div with a margin negative both bottom and top , so there the suspended div did not appear of the way expecte...
asked by 24.08.2018 / 12:35
3
answers

How to tell if Modal is scrolling active?

I have a modal that does scrolling when the contents of the window is larger on the screen ..., I would like to put a different class when the modal scrolling was active, in the example below it changes the class even without scrolling: My m...
asked by 10.08.2018 / 17:08