Posts by Mateus Rocha • 53 points
2 posts
-
3
votes3
answers228
viewsQ: How to move a cursor as user type?
I’m creating a web game where a user types a code in HTML and the result is shown beside. I want to change the cursor that appears in the text area or make it look like a rectangle (like the Linux…
-
1
votes1
answer89
viewsQ: How to apply saved CSS code within an array using Angularjs?
I am making a web game with different levels and need to change the style of a div using a code saved within an array in Angularjs. In addition, the game has a split on the screen, where in one half…