Questions tagged as 'css'

1
answer

Video player

I would like to see if you can help me with a couple of questions. The first one I need to do something similar to this: It's a button to start a video. This is my video code, in the src tag I enter the video route. <video wi...
asked by 23.03.2018 / 23:10
2
answers

How do you put the left div text aligned to the left and bottom?

I need the text of the "left" div which are 2 lines, is in the lower part so that it is aligned below with the text on the right side (div "dcho") which are 7 lines. thanks in advance! .cabecera { background-color: #2c2b2b;...
asked by 07.04.2018 / 21:00
1
answer

how to do a responsive div?

I have several div like these in my page that when doing hover on a map they will float in that position that I wish them, but I have a problem and that is when the resolution changes the page is responsive but the divs do not and they stay the...
asked by 17.05.2018 / 15:38
2
answers

Is it possible to convert html positioning to x, y coordinates?

I have the following problem. For example: I want to click on an image (this image has 3 cars, seen from the sky) when I click on a car I want to show the information of that car. Each car has its coordinate (x, y) in the image. I ha...
asked by 01.03.2018 / 22:00
2
answers

How could you improve the code in the if part?

I would undoubtedly want to improve this crappy code that I did, I want a simple way to show the obstacles, the problem is that I get a lot if for each obstacle created, I have them all in a multidimensional array in rover.obtsacles array, but I...
asked by 02.03.2018 / 16:45
1
answer

how to solve? diagonal is exited from the viewport using css

I leave the following code maybe someone could give me some clues to solve: the image shows the error. h1{margin:0} .div-cut.top { top: 0; border-top: 250px solid #fff; border-right: 100vw solid red; } .div-cut { pos...
asked by 28.08.2018 / 16:42
3
answers

How to align form input with labels?

How could I do to align the labels of a form with their respective inputs? I would like the label and the input to be on the same line. Something like this: At the moment I have this: <div class="form-group"> <...
asked by 31.01.2018 / 19:11
2
answers

Blank spaces in LESS functions

I see a blank space between variable and constant. When rendered in the browser, it interprets it as an invalid attribute as expected. In the English version they have commented to me, well, marked as duplicated the question, but it is not ex...
asked by 20.04.2018 / 13:38
3
answers

The links must have text

Sorry I have the following problem and I have looked through Google hours and hours, but I can not find a solution. When I use the Google AUDITS inspector, to see the performance, accessibility, etc. I get the following: Links must have discern...
asked by 10.12.2017 / 01:32
3
answers

HTML looks different between firefox and chrome

The margin-top of the internal elements of my container in Firefox can not be seen, while in Chrome it can be seen, I leave images attached: The code is as follows: * { padding: 0; margin: 0; } .initWrapPages {...
asked by 06.12.2017 / 12:57