Questions tagged as 'css'

1
answer

Center elements

Hi, I have enough problems with something quite basic. Getting to center elements, and in this case being very simple, I do not get it. .Portada { height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); } #Fondo-Por...
asked by 08.09.2017 / 14:47
1
answer

Remove scrollbars in Chrome when there is no overflow

In Google Chrome every time I have an overflow of whatever type, it shows me the scrollbars and I can not find the way they only appear when there is really overflow in the type overflow: scroll , because it also shows me the scrollbars wh...
asked by 30.08.2017 / 11:17
2
answers

focus on an input and color several elements

Hello, I'm doing a "login", with username and password and I would like to know how to do so that when I focus on an input, I change the background of two elements. I've tried like this but it does not work for me. .campos_login > div input...
asked by 11.12.2018 / 16:19
4
answers

how to send data post method of 2 forms in php?

How can I send data of 2 or more form of php to another page, I can do it with a single form that contains a table, but the design changes completely and I do not want that <div class="form-one"> <form>...
asked by 01.06.2016 / 15:28
1
answer

php - do an autocomplete with PHP, MySQL and Jquery [closed]

I'm trying to autocomplete with jquery, and I've found many tutorials, some of which work for me, but at the design level I'd like to do it Bootstrap ... because of the responsive theme more than anything else. Something like that: Does an...
asked by 01.06.2016 / 22:25
3
answers

Draw figure with css

I need to draw this figure with css How could I do it? I have this but I can not do it. Code css: .seccion { width: 350px; height: 200px; border-left: 70px solid #fff; border-right: 70px solid #fff; border-to...
asked by 07.12.2018 / 21:05
2
answers

how to put two buttons together in the footer

I'm trying to put two buttons in the footer, but these do not adapt to the screen, they are not responsive, when the screen is small the buttons are out of this, also I can not leave them together. my code: <center><a style='position...
asked by 06.10.2018 / 05:46
3
answers

Background image is not displayed in the

I have this body: <body data-open="click" data-menu="vertical-menu" data-col="2-columns" class="vertical-layout vertical-menu 2-columns fixed-navbar"> In the parent layout, and I would like to put a background image, but I tried to ch...
asked by 05.09.2018 / 16:59
1
answer

Align float in div

I am trying to align several div within one with float. Here is an example. My idea is to place several boxes not only 3. .cont {margin: 0 auto; width: 720px;} .thumm { display: flex; justify-content: center; align-items: center; ov...
asked by 06.09.2018 / 03:02
1
answer

Center CSS loader [duplicate]

I'm doing a CSS loader, I want it to be right in the middle of the screen both horizontally and vertically but I can not. .loader{ border: 16px solid #d4d4d4; border-top: 16px solid #3498db; border-bottom: 16px solid #3498db;...
asked by 24.09.2018 / 19:17