Questions tagged as 'css3'

1
answer

the flexbox rules in css3 do not work correctly

I understand that flexbox is a layout model that allows flexible and responsive content, I've seen a video on YouTube where it shows how to make a perfect grid, I followed all the steps of the video but it does not give me the same result, I do...
asked by 15.04.2017 / 02:03
1
answer

How to set a footer on the bottom with CSS responsive?

I have a footer which I have put the following style: <footer class="page-footer white" style="position: relative;bottom: 0%;width: 100%"> When the screen is complete the footer is fixed in the middle of the screen but when...
asked by 08.03.2017 / 22:42
4
answers

Problems with the Bootstrap grids

I'm trying to put several columns in bootstrap with its grid system but at the moment of seeing it it shows me the next problem. If you notice it instead of being left behind in social media management, it remains in paid advertising. Why...
asked by 06.01.2017 / 20:59
2
answers

Place one block next to another with css

The following code simulates the original .padre{ border: 1px; display: inline-block; width: auto; margin: 0 20px; text-align: justify; } <div class="padre"> <div> <h2> HIJ...
asked by 01.11.2016 / 03:46
1
answer

To create a mini social network, is it necessary to know POO? [closed]

Speaking of PHP. It is necessary to know what is the use of object-oriented programming. How important is it?    It makes things easier for me.     
asked by 28.08.2016 / 16:50
2
answers

Why can not I validate this form?

I can not find the error here because it does not send it to the mail that is declared in action function validar() { if (valor = document.getElementById("name").value; if (valor == null || valor.length == 0 || /^\s+$/.test(v...
asked by 05.05.2016 / 12:51
1
answer

Change a value of an element within a bootstrap component with javascript?

I have a Bootstrap component in this case a progress bar and I want to change a value in this progress bar using JavaScript. <div id="barra1"> <h3 class="progress-title">Paso 1</h3> <div class="progress blue">...
asked by 27.12.2018 / 03:11
1
answer

How to create a generic tooltip with jquery that only passes the parameters to use it? [closed]

I want to create a generic tooltip that can only be used pasasole parameters such as text and style.     
asked by 15.11.2018 / 20:53
2
answers

apply effect to an image with css?

I have the following link with an icon on the left side. I want to add the effect that when you click on the link, only the image vibrates with the vibrate class. Just as I have it, only the effect is applied when I click on the image. .vibrar...
asked by 10.12.2016 / 18:16
1
answer

How to show elements outside a modal?

I hope you can help me with this problem that I have with the styles I am trying to put a div out of a modal but I hide it, As I can show it try to do it with overflow: visible but it did not work as I can solve it? I leav...
asked by 12.11.2018 / 22:41