Questions tagged as 'html'

1
answer

How to make container occupy 100% of the height of the screen?

The fact is that I have this code ... <body> <div class="container"> ... </div> </body> ... Inside the container I have a login form that occupies more or less half the height of the screen and I with...
asked by 04.11.2018 / 04:24
1
answer

Modal window can not be closed because it has opacity on top

I need help with a modal window that does not close. By clicking on the button the modal with opacity appears. Here the code of the button: <!--Single Service--> <div class="co-single-service-3"> <span class="icon"><...
asked by 03.11.2018 / 17:53
1
answer

pass php matrix to html table

I am starting in PHP and I have been sent to create a table from a matrix, which is the following: $array_notas=array( "Matemáticas"=>array("Primer trimestre"=>3,"Segundo trimestre"=>10,"Tercer trimestre"=>7),...
asked by 19.09.2018 / 11:56
1
answer

How to upload multiple files with this code?

How can I make this code can select multiple files and print the names of the files (Incidentally the code adds digits to the file name) if(isset($_FILES['file'])){ //imagen uno $file = $_FILES['file']; // file properties $...
asked by 01.10.2018 / 05:32
1
answer

Animated in a while

I am introducing animations and I find something I do not know how to solve it. I'm taking a cycle while doing a loop of col-4 to get some testimonials from the BD with a limit of the last 3. Well, I put the animation in the col-4 so that...
asked by 02.10.2018 / 07:39
1
answer

Align ul adjusting high

I'm making a store for a clinker and I'm trying to align the list I made of the following as the image, but I can not do I leave the code ul.products-wrp { list-style: none; padding: 0; max-width: 780px; margin-left: auto;...
asked by 28.09.2018 / 00:53
1
answer

Problem with the assembly of animated SVG

I'm having a problem with the left animation that does not work for me and with the size that is not applying to me like the next one. Why can it be? body{ padding: 40px; margin: 0; } .container{ width: 1170px; mar...
asked by 17.09.2018 / 22:30
1
answer

Change image play to pause of an audio player with angular 6

I have made an audio player that contains a Play button and a drop-down made with a switch. Well, the player works and if you press play, it plays the song and if you give it back to the button, the song stops. My problem is that I can not modif...
asked by 21.11.2018 / 13:23
1
answer

When making changes to HTML or CSS, they are not visible on the page

When I make changes to a website that is already running, end users for the browser cache issue, do not see the changes immediately until they clear the browser cache or enter incognito mode. There will be some solution so that when making ch...
asked by 21.11.2018 / 17:55
1
answer

Image with text over responsive with full width in the image with height 500px

I am trying below my navbar to put an image with full width and a height of 500px with text on top of the responsive image .. I have been looking for how to make everything mentioned responsive because when I try to always do it in a certain...
asked by 04.10.2018 / 06:05