Questions tagged as 'css'

2
answers

Soften the serrated in the gradient

I'm using gradient in CSS, but does it get a serrated, is there any way to smooth via CSS? p { background-image: linear-gradient(161.2deg, green 50%, white 50%, white); } <p>Gradiente</p>     
asked by 09.11.2016 / 14:48
1
answer

Picture does not appear 100%

I'm trying to create a LandingPage but the first image is being cropped I'm using this CSS : .parte1 { min-height: 100%; max-height: 100%; padding-top: 50px; padding-bottom: 50px; text-align: center; col...
asked by 11.12.2016 / 15:05
2
answers

Can you use the: focus on div?

I have a div that holds my input and submit , so I wanted to add an effect to make it cooler, .busca: focus and did not work, would anyone know how I could put a focus effect on this div ? <div class="busca"> <input type="...
asked by 05.10.2017 / 02:31
2
answers

How to switch table colors by grouping by a specific table field?

I have the following code. <table style="width:100%;"> <thead> <tr> <th scope='col'>&nbsp;&nbsp;Nº Comanda&nbsp;&nbsp;</th> <th scope='col'>&nbsp;&nbsp;Produ...
asked by 04.10.2017 / 13:35
1
answer

side menu with left margin

I have a% central% and div to put the menu. The problem is that there is a left margin that I can not take at all. I think it's because of the style of div . link     
asked by 22.11.2016 / 14:16
1
answer

How to make '' tremendous '' effect with css

Next, I'm trying to get a css effect, but I have no clue how to do this. The effect is "tremendous", when you click on an input for example, it trembles. Being more detailed, the input is there, stopped. By clicking on it (onclick or onfocus)...
asked by 06.08.2016 / 21:37
1
answer

How to make a horizontal embossed line?

Many sites use a sort of <hr> embossed, eg: It's been a while since I've been trying to do it on my hand without success. I also do not find anything about it on the internet <div> &nbsp;<hr>&nbsp; &...
asked by 10.10.2016 / 22:13
1
answer

Modal is not scrolling

CSS: .modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 99999; opaci...
asked by 10.03.2017 / 21:47
1
answer

CSS - Resize both

Good afternoon. I'm using the resize: both property in a div and it works perfectly, my doubts are regarding the two traces that appear to indicate such property, is it possible to customize them?     
asked by 20.06.2016 / 22:22
2
answers

Add CSS attribute when input is selected via JQuery

I'm doing an answer validation application for a given question, I need to add a <input type="checkbox"> to box-shadow attribute of the answer when <textarea> is selected. What I tried to do in JQuery did not have a...
asked by 29.06.2016 / 14:46