Posts by Brian Izaki • 16 points
3 posts
-
0
votes1
answer32
viewsA: Apply Hover to another element with CSS
Just change your div that has the Carret-vis down from the li with primer. .menu-susp > ul > li.primer:hover ~ .caret-vis { color:#eee; } (when mouse is in li.primer aa classes . Caret-vis…
-
0
votes1
answer66
viewsA: Node.js processes are not being closed
Turns out it was just uninstall Node.js and shut down the computer for a while (I uninstalled and went to sleep) and the processes are over for good.
-
0
votes1
answer66
viewsQ: Node.js processes are not being closed
I was studying React (I used the command npx create-react-app) but I closed the prompt I typed the command npm start. When I saw the files on my computer, there were more than 20 Node processes. I…