Questions tagged as 'css'

1
answer

ion-card horizontal

Is there any way for the ion-card to grow horizontally and not vertically? It is populated by data coming from the api <ion-card *ngFor="let filmes of lista_filmes_popular"> <img [src]="'https://image.tmdb.org/t/p/w500/' +...
asked by 30.10.2018 / 20:37
2
answers

How do I make div fill the corners of the screen? [closed]

My div instead of being at the top of the screen, it has a small space (attached image), how do I resolve it?     
asked by 24.12.2018 / 06:31
1
answer

Go through color gradient according to the value

I need to represent the temperature of a place using colors, the lowest temperature I should represent with blue, the intermediate with yellow and the highest with red. But I can not just just set these 3 colors, I would like to have a smooth...
asked by 27.10.2018 / 02:37
1
answer

Screen Resolution (DPI) css

I plan to layout a book, and there are thousands of information. I can get them on a page and add them to the DB. Subsequently it would pull them, do some calculations, and return them in thousands of threads on the screen. On this screen, th...
asked by 17.10.2018 / 21:01
1
answer

Layout Sizing

How to solve this layout problem. By reducing the screen the div contracts, not taking up any screen space. Basically I defined a width and height in px.     
asked by 17.10.2018 / 15:51
2
answers

I can not use Pseudo-classes in css

Hello. I'm trying to put a style in the links of my website, but when I open the site does not apply the changes I put through the css. I used the following code I have researched in some places, but none informs me of my problem.     
asked by 16.10.2018 / 19:44
1
answer

Form in steps, how to ignore some input and move on ?!

I have the code ready, but it only allows me to advance the step if all the inputs are filled, how could it be done to ignore some inputs and move on? Follow the code var currentTab = 0; // Current tab is set to be the first tab (0) sh...
asked by 18.10.2018 / 19:11
1
answer

Responsive layout in an image

Good morning dear programmers, today I disturb them again with my beginner doubts. I wanted to know why I can not make this responsive image with decreased size (In case I put 80%), when I do this is leaving this space, and 100% is normal....
asked by 18.10.2018 / 12:38
1
answer

How to remove the space between one line and another of cards in Bootstrap4?

Good evening. I'm using Bootstrap4 in my Django project, but as in the following print, there's a space between the cards (marked with an x) because of its different size. I would like the images below to fit naturally (as in Pinterest, for e...
asked by 12.10.2018 / 02:17
1
answer

How to fix an HTML table without resizing

I have an event calendar where the user clicks on a date and opens a modal to do the registration. Butwhenascheduleisincluded,itlookslikethis: Notethaton03,despitehavinglimitedthecharacterswithsubstr()inPHPandplacedwidth:50px,itpushedtoanoth...
asked by 13.10.2018 / 16:52