Questions tagged as 'css'

2
answers

Center MENU Bootstrap

my HTML code is as follows: .nav-header { position: relative; float: left; width: 100%; z-index: 100; bottom: 20px; } #fh5co-menu-wrap .sf-menu a { padding: 1em .75em; } <div id="fh5co-wrapper"> <div...
asked by 30.04.2018 / 00:22
1
answer

Modify the bootstrap navbar-brand 4

How to make the red box focus vertically on the navbar without changing its size or the height of the navbar? I have a bit of css code with which I adjusted the size of the red box without affecting the size of the navbar. Sludos! <!D...
asked by 04.05.2018 / 06:14
2
answers

Align one button to the right with Bootstrap 4

I'm doing a CRUD and I need to align a button to the right completely but I can not do it, usually I always do it with ml-auto but it does not work for me, here's the code: <link href="https://stackpath.bootstrapcdn.com/...
asked by 22.04.2018 / 07:08
1
answer

How to delete the last text or written number?

It turns out that I want to try to have the last number erased  I've written but I can not think of how. Something like the backspace that computers have, that's why the arrow between AC and the percentage. var primern; var segundon; v...
asked by 25.04.2018 / 00:24
1
answer

I do not detect the responsive in mobile first [closed]

I can not detect the responsive in mobile first. What can be the fault? Because at the desk, everything seems right. Easier. I put here the link of my github repository where I uploaded it. So far it does not work with what they have pr...
asked by 25.04.2018 / 08:58
1
answer

Positioning spanbutton in a certain place

I have the following div with these features HTML CODE <div id="arrastreImagen"> <span><i class="fa fa-times btn btn-danger"></i></span> <div id="imagenBeer"><img src="~/Content/asset...
asked by 25.04.2018 / 20:56
1
answer

Capture event when closing DIV

Is there any way to capture an event when the DIV that is highlighted closes? (actually changes the display to none). If I click outside the element it closes and I need to do something when this happens. The Primefaces element does not have any...
asked by 02.05.2018 / 01:29
1
answer

Give edge to li with css [duplicated]

I have this style that I got from the page link .circulo { width: 100px; height: 100px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #5cb85c;...
asked by 17.04.2018 / 17:55
1
answer

Show and Hide in js [closed]

Hello, they are asking me for something I have this code: $("#divNeeds").hide(2000); $("#divNeeds").hide("slow"); $("#divHome").show(); But this appears from the bottom up, but they are asking me to appear from right to left and I can no...
asked by 11.04.2018 / 01:03
1
answer

Show and hide divs

I have the following problem, I already managed to hide a div from right to left, but what happens is that the second div (the one that is going to be shown) does not appear until the first div is completely gone. But I need that as the first...
asked by 12.04.2018 / 00:48