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...
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"><...
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),...
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
$...
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...
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;...
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...
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...
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...
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...