Questions tagged as 'css3'

2
answers

Display Div Only in Mobile Version

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...
asked by 10.03.2016 / 14:21
1
answer

What does id="primary" class="content-area" if they do not exist in the style.css file?

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...
asked by 15.10.2015 / 18:26
2
answers

How do I access specific items of an ul with: nth-child ()?

How can I access 2-in-2 items in my list using the: nth-child () parameter, or is it easier to access and customize even items?     
asked by 19.08.2014 / 18:33
2
answers

div 100% height - CSS

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...
asked by 03.12.2015 / 17:30
1
answer

Using Animate.css with hover

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...
asked by 01.12.2014 / 21:59
2
answers

col-md-6 occupying all space

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...
asked by 21.12.2018 / 19:22
1
answer

infinite slide with css and html

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:...
asked by 28.12.2018 / 01:05
1
answer

Assigning the radio button through the div

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...
asked by 06.03.2018 / 05:15
1
answer

Effect appears without creating scrollbar

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...
asked by 29.08.2018 / 14:44
2
answers

Hover in line and table column

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...
asked by 01.12.2017 / 16:50