Questions tagged as 'css3'

1
answer

Remove child element effect in CSS

I have the following code $(document).ready(function(e) { const blocos = $("div.slider div.slide div"); function startslider() { ativa = $(".ativa")...
asked by 09.05.2018 / 17:18
2
answers

How to show next field when user clicks green button

I have several fields that are hidden and should only appear when the user clicks the view button next to the first field. My initial idea would be when the person clicks the green button (after the .newField) it adds the newField class to th...
asked by 04.07.2018 / 15:00
2
answers

How to execute a callback when a CSS animation is closed?

I've seen angular-animate able to detect when a CSS transaction is in progress or not to take certain actions. I need to figure out how they do it! Example: #square{ background-color: tomato; height: 100px; width: 100px...
asked by 18.01.2018 / 16:49
1
answer

Float elements with CSS Grid

Good morning, friends. I have the following problem: I need to make the elements float with CSS Grid without having a specific row set. For example, in the image below, there should not be that gray space, the element just below should come up t...
asked by 24.07.2018 / 16:08
1
answer

css glow effect with CSS [closed]

On this site link there is a very interesting glow effect; I do not know if it will be done with CSS Can anyone give me some tips on how to do that? Thankful     
asked by 23.07.2018 / 01:55
2
answers

Do not apply filter css on child element

I want to do a modal window, but wanted to do something different, something out of the standard opacity . I wanted to use a filter: blur(); , but I wanted to do it in the tag body and would get all the elements inside the tag bod...
asked by 04.12.2017 / 01:35
1
answer

Overlapping elements with padding

When I use the padding property, it does not generate the correct spacing on all four sides of the elements. When using Firefox's element of elements, I notice that there is an overlap of padding effect. See: HTML<divc...
asked by 09.11.2017 / 10:13
2
answers

Problem creating link to the same screen

I have a navigation bar with two buttons that, when clicked, takes the user to a text, more specifically a subtitle. What happens is that when the button is clicked, instead of taking the user to the subtitle and stopping the scrolling, it goes...
asked by 30.01.2018 / 15:04
1
answer

There is no CSS effect

I'm developing a web application and I would like the mouse to move the icons to change color and not show that line underneath the icons but houver does not work. HTML <div class="header-fixed"> <div class="container">...
asked by 16.10.2017 / 01:53
1
answer

Scrollbar showing alone

Follow the code below: HTML: <!-- Button trigger modal --> <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <div id="myModal" class="modal fade"> &...
asked by 03.10.2017 / 03:32