I created a div that when I clicked the mouse on top, the background of it is filled by a certain color.
There are several div's that act this way, aligned side by side.
The id's of these div's are named increasing, so if I have 4 div's fo...
I was creating a responsive menu, and u noticed that if I did not put the media queries from the smallest to the largest it does not work correctly.
@media only screen and (min-width:560px) {
.menu li {
width: 132px;
height...
Personal what is wrong in the code, I made a function that calls a css if a value is greater than 5, the higher value works but the lower one would be 3 where it would appear another css does not work follow the code
SetInterval(function () {...
I have a loop:
<?php for($i=0; $i<=20; $i++){ ?>
<div id="">
<?php echo $i; ?>
</div>
<?php } ?>
I need each of these DIVs to appear separately at the time of printing, that is, one item per page, regardl...
Hello, I would like help with a small problem, although it sounds simple, I do not mess with CSS so I ask for help. I would like to set the width of my button when the site is accessed for 100% so that it occupies all space. I be...
I'm having a problem with a checkbox in firefox.
I mounted it like this:
.checkbox {
display:none;
}
.checkbox + label:before {
font-family: 'Material Icons';
display: inline-block;...
I need some help with the source code below:
CSS :
img {
display: block;
}
Javascript :
var total = 5;
var numero = 1;
function mostrar() {
if (numero <= total) {
var inicio = (numero - 1) * 1 + 1;...
Well, I have a problem, I know this is functional, but it never worked for me.
Follow the code:
HTML
<section class="menu-departamentos">
<h2>Departamentos</h2>
<nav>
<ul>
<l...
I would like to know how to break line between tags of the same type
Ex: I have several labels and I want to break the line between them, but so that I do once for all