Questions tagged as 'css3'

1
answer

Padding / Margin bootstrap

I am learning how to use bootstrap by making a page based on a model and I can not remove the margin to the left of the start button. I have tried many things changing the css (modifying margin, padding, etc) and I can not change it even if it s...
asked by 31.03.2017 / 14:24
1
answer

CSS pseudo-selectors do not work

I'm trying to make two lines with some features, with the class line. When I try to apply a different style to the second line, using the pseudo-selectors does not work. .linea{ position: relative; width: 40%; height: 3px; back...
asked by 02.05.2017 / 02:16
1
answer

Give determined height to a div between a menu and a foot

I have a menu that is located above and a footer below with bottom: 0. Now I have added a div and I want it to occupy all the space between the menu and the footer. I have tried with height: 0 auto and it does not work for me. Any suggestions...
asked by 26.03.2017 / 17:22
1
answer

Videos as background

I am working on a website where I have to place 3 background videos and apply parallax effect in different sections of the web, in the first section I have put the background video and it is reponsive and I have no problem, the problem it comes...
asked by 19.02.2017 / 23:57
1
answer

filter results by date range Angular Material

Good, let's see if you can help me, I'm very green with Angular Material I have a table with N records and I am trying to filter by a range of dates. I have a select with the options (1 day, 5 days, 1 week, 15 days), which are loaded with...
asked by 18.01.2017 / 11:03
1
answer

Problem with styles in form created with ASP.NET MVC 5

I am creating a form using Microsoft MVC technologies. Basically it is a <div> that are divided to have two columns and there to put the labels and controls. The problem is that the text box of Email is misaligned. This is...
asked by 01.11.2016 / 00:02
1
answer

Highlight expired dates in input date

Is it possible to list dates, highlight those that are due? To make it easier to locate them. For example 2016-10-29 2016-10-01 2016-10-29 2016-10-29 2016-10-29 2016-10-29 That the date 2016-10-01 is highlighted in red     
asked by 18.10.2016 / 21:04
1
answer

Problem with accommodating Divs

I am doing a medical examination, only that I have a problem with the CSS or with the code. I need the box that says diagnosis to appear under previous visits. I tried to do it but it keeps appearing below, in fact on the right side of these two...
asked by 04.10.2016 / 19:36
1
answer

Error designing with flexbox

This is my code: .filadisco1 { display: flex; display: -webkit-flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content:space-around; } .discox { width: 250px; height: 420px; margin-bottom: 15p...
asked by 02.10.2016 / 09:14
1
answer

how to adjust script function prinDIV and avoid printing on a table in a TD section

Dear, This case where you put a script function printDiv to be able to print only the tables but does not work the cellpadding do not adjust. How do I do it? 1) I'm trying to adjust the cells of the tables that do not separate, but jus...
asked by 29.09.2016 / 16:10