I have a question and I think other people may also have the same doubt ...
Let's go to the situation: I have a website, with a header edited to appear on computer screens (resolutions higher than tablets) but I would like the header to chang...
I'm now starting to develop themes for WordPress and I'm studying the default theme of it. But so far I do not understand what the meaning of these ID's and classes is that there are no settings of their properties anywhere. I searched the inter...
How can I leave my column at 100% height?
example:
EXAMPLE
where Teste is written, it is the column that has to be 100% height,
DETAIL
On some screens, I will add content using jQuery , I also need to not leave th...
DESCRIPTION:
I'm trying to use Animate.css in my project, but I'm kind of lost, I do not understand anything by jQuerry.
PROBLEM:
GitHub does not work, I know that something is missing but I do not know how to proceed.
I hav...
In my contact form I need to leave some information about the contact on one side, and on the other side a form with email and message. But the part of my form of information is occupying everything, and when I try to add the email input it fall...
My slide does not want to go through endlessly:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
body {
background:#000000;
}
*{
margin: 0px;
padding: 0px;
}
.galeria {
margin: 200px auto;
width:...
I need to do a simple questionnaire and multiple choice answers, in this case I chose the radio button ...
In my PHP I'm getting the posts and I'm already doing the verification of responses with if . My problem is, in the layout there...
Is it possible to create the effect below without the browser creating scroll bars? (IE10 +)
function trocaEfeito(){
document.querySelector('.efeito').classList.toggle('ativo')
}
*{
height: 100%;
width: 100%;
margin: 0;
pa...
I would like to move the mouse over a table cell to the column and its cell line to change the background only to the cell. Here is an example of how this and how I want it to stay:
<!DOCTYPE html>
<html>
<head>
</h...