Questions tagged as 'css3'

1
answer

How to add the class "active" according to the page accessed

I have a separate layout in my project, where it is standard for all pages. how to do in the left menu, the active class is activated according to the selected page. I have the html code: <div class="sidebar-sticky"> <ul class...
asked by 27.05.2018 / 22:19
2
answers

Stop CSS animation after interaction

In the button below, I added a pulse animation to get the user's attention. I would like it after the user presses it, the animation stops. I was able to make the animation stop when the cursor is over the button, but even after pressing it th...
asked by 12.07.2018 / 15:14
1
answer

Button in CSS Wrong in form input, but correct in other CSS call types

I have a form with the following code: div class="container"> <!-- Formulário de Login --> <form action="validacao.php" target="_blank" method="post"> <fieldset> <legend>Dados de Login</legend>...
asked by 14.06.2018 / 22:23
2
answers

How to reverse the animation of a Modal?

I have a CSS code that makes an animation of a modal descend and stay in the middle of the screen, now I needed to reverse this animation, I need the modal that is in the middle of the screen to rise and disappear. What information should I c...
asked by 11.06.2018 / 02:57
1
answer

triangle effect in div with css3, how?

I wanted to know if you have a way to make a div look similar to this effect, so how can someone give you an example? I have no idea where to start.     
asked by 10.06.2018 / 17:09
1
answer

Change the color of the progress element

I want to change the color of the progress bar, but I'm not getting it, how can I change the color of the <progress> element by css?     
asked by 27.04.2018 / 20:14
1
answer

Plugin to change custom profile image [closed]

Is there any plugin that has this + modal effect to change photo? Or is everything done in CSS :     
asked by 25.04.2018 / 20:23
1
answer

Text wrapping within the Options of select html

I'm trying to break the text inside the option or simply decrease the size of the modal (dropdown) of the select, but I can not. Anyone already got it? how to proceed in this, I am stuck with system in this, because he needs this in responsive a...
asked by 18.03.2018 / 17:51
1
answer

Stylize the native HTML5 video player

Is there any way to style the native HTML5 video player? If yes, how? Note: I do not create my own player because it is only a basic change.     
asked by 02.03.2018 / 13:19
1
answer

: hover does not work

I had used something similar for a background of an image, but now for the buttons on my site it is not working anymore. nav#menu li:hover { display: inline-block; transition-duration:0.3s; **-webkit-transition-duration: 0.3s;** **-moz-tra...
asked by 24.02.2018 / 18:06