Posts by Danilo Costa • 23 points
4 posts
-
0
votes1
answer50
viewsQ: Doubt with exercise of Ecmascript 6
This Ecmascript exercise talks about the creation of two classes, one of user (where the email and password will be entered), the other of administrator (where in addition to the email and password…
-
0
votes1
answer67
viewsQ: How to remove the space between two Divs?
I have already researched here by SOF but the problems that appeared did not resemble mine, so I would like to know what I did wrong here: I want to know how to remove this space between the two Ivs…
-
1
votes1
answer123
viewsQ: Javascript line breaking is not working
I’m trying to insert a line break into a simple code: var meuNome = "Danilo Costa"; var idade = 18; var ocupacao = "dev Front End"; var interesses = [ ['Jogos',['world of warcraft']],…
-
-1
votes1
answer171
viewsQ: How do I remove the underline from the text of a link?
I know that this question has already been asked here but even using the text-Decoration: None; the underscore continues, at most the text-Decoration: None; removes the color of the text I am using.…