Questions tagged as 'css3'

1
answer

Modify carousel configuration in bootstrap 4 [closed]

I'm using the template below to make a slide, a template in which I got a previous question that I asked and a person helped me by pasting the path, but the slide is too big and I need to decrease the size, I'm finding in the bootstrap the stylo...
asked by 08.03.2018 / 02:13
2
answers

Convert image to CSS

Is it possible to convert the image below into css pure? If yes, how could I do this? Does anyone have an example? I also need to have that split, just like the image.     
asked by 09.03.2018 / 00:54
2
answers

Buttons made with images

I have a question. Recently I entered on this site here and realized that at the beginning there were buttons with different format I gave a and I realized that they were images and that it had a :hover effect. I found it very intere...
asked by 14.07.2015 / 21:20
3
answers

Remove spacing created between image and div

I would like to understand why a spacing between the image and the div is created? As you can see by adding the red background. And how to fix without using position or margin and padding negatives? .box-img { width...
asked by 23.06.2017 / 18:56
2
answers

How to make one element continue with effect when moving the mouse in another?

I have the following code: .classes { margin-top: 80px; height: auto; background-color: red; } .classes ul { list-style: none; float: left; position: absolute; } .classes ul li { position: relative; } .cl...
asked by 07.07.2017 / 16:28
1
answer

How to create a DASHBOARD like that ?!

Will I have to create everything in DIV? Can anyone give an example of this "LINE A" so I can follow? The rest I was able to create, just these "LINE A, B, C ..." I'm having difficulty "stacking" the same way it is in the image.     
asked by 13.07.2017 / 14:16
2
answers

Center DIV [duplicate]

How do I centralize this div: .centralizar { width: 80%; background: #fff; }     
asked by 15.09.2016 / 01:53
3
answers

How to draw div width when minimizing screen - Bootstrap

I have the following code: <div class="col-md-1" style="margin-right: -15px; width:200px"> </div> But since I'm working with bootstrap I wanted to remove this width if my screen is smaller, so my div is not fixed size, does anyo...
asked by 09.11.2017 / 18:17
2
answers

Customize input range for progress bar?

Custom progress bar for a video player range , someone can give me some tips, thank you. <input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/>     
asked by 24.12.2016 / 18:31
3
answers

Align vertical giving error!

How do I make the image and link below align vertically to the center? The image and the online link, and this line, aligned vertically to the middle (middle) in relation to the div I tried 2 ways: 1)        .login { di...
asked by 02.03.2017 / 17:23