Posts by Gustavo • 25 points
4 posts
-
0
votes1
answer46
viewsQ: How to style/customize the colors of the variables within VSCODE?
Does anyone know how to stop styling/customizing colors inside VSCODE? Example: I want the variables to be black.. I was able to find the class names, but I don’t know how to change them inside the…
visual-studio-codeasked Gustavo 25 -
-1
votes1
answer68
viewsQ: Change CSS automatically when typing
I need to change the CSS of a string that is inside keys automatically. Follow an example: Olá {{AMIGO}}. Whenever I typed this {{AMIGO}}, I wanted it to be button-shaped and without the keys.…
-
0
votes2
answers90
viewsQ: Animation with CSS
It is possible to use an infinite animation but with an interval time? Example: perform the animation + wait 10 seconds + and perform again, and so on. Is it possible? If yes, they could help?…
-
-1
votes2
answers1000
viewsQ: Change Input color when typing x characters
I wish that when a person typed more than 10 characters in my input, he changed the color to green, otherwise it turns red. That without the refresh. The person would not need to click the button in…