Questions tagged as 'css3'

1
answer

What is the difference when using the operator?

What is the difference between using the > selector and not using it? , since I see the same result. ul > li { color: red; } ol li { color: blue; } <ul> <li>Hola</li> </ul> <ol&g...
asked by 13.10.2017 / 03:34
1
answer

How to create a modal window with just HTML and CSS?

Hello friends, could you please explain me in detail how to create a modal window with just HTML and CSS. What I plan is that when I fill out a form and click on the button, a modal window will open saying that the information has been sen...
asked by 25.05.2017 / 02:29
1
answer

Problem with overflow: scroll

Good morning, I have a small problem with the action overflow: scroll . This action is applied in a div, which when loading the page is empty, and when filling out a form the results are shown. It is the box where the results of a searc...
asked by 04.05.2017 / 00:40
1
answer

Problems with anchors in browsers

It turns out that I'm creating a WordPress template and I'm having trouble redirecting to specific parts of the area, like the homepage. I want to go to this page , which obviously by the anchor I'm telling you to send me to that area of the...
asked by 23.03.2017 / 19:18
3
answers

How to vertically align a div - CSS

I would like to know what ways exist to align a div vertically, or any attribute such as section or article. I know the question is very general but I just started with CSS recently. Thanks.     
asked by 07.01.2017 / 22:25
1
answer

How can I vertically align a div content with bootstrap 3?

If you observe the example in a resolution of 1024p you can see how the text of label is extended and the select stuck to the top of the div that corresponds to the. Here's the example of my form : <script src="...
asked by 11.02.2017 / 06:10
4
answers

How to put a full-screen background image

How can I make the image cover the entire screen size? I know that the property min-width and min-heigth but they do not make me achieve what I require. this is an example of a slider but I do not want a slider...
asked by 18.08.2016 / 00:33
1
answer

How to get classes that are not repeated from a Nodelist?

Hi, I would like to know how I can with PURO Javascript to obtain names of CSS classes and be able to show them in the console without repeating names from a list of nodes where I obtain the elements looking for the first class. Elements with cl...
asked by 17.11.2018 / 17:44
2
answers

Css3 rules for transitions within other rules

Is there any way to introduce the rules one into the other? Let me explain: I have this html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css">...
asked by 26.06.2018 / 14:29
1
answer

CSS: Landscape animation

I want to make a simple landscape based on the change of times of day, sunrise, sunset and dusk, in addition to the interval in which it begins to fall in the evening I want to add a small image of a star to get a better visualization of the ani...
asked by 19.05.2018 / 03:09