Posts by IDNZ • 1 point
2 posts
-
0
votes2
answers53
viewsA: How can I present the result of the hits on another page?
It may be possible to solve this problem (data storage) by using the object Storage of the browser, manipulating through the property localStorage, which is extremely simple to use based on the idea…
-
-1
votes2
answers50
viewsA: I created a navbar with a form on the side but when I add several inputs in the form the page loses the background
I believe this may be happening due to: .registerUser { position: absolute } This way, this element will have a higher priority over the other elements (will be out of the normal flow of the…