Posts by Carlos Jr • 9 points
2 posts
-
0
votes0
answers47
viewsQ: How to resolve Cors error in Node
I did my backend with Node/express normally and tested all routes in India and everything took place normally at the front(vuejs) made requests via Xios, all routes also worked, except the…
-
-4
votes3
answers47
viewsA: How do I make a DIV appear when positioning the mouse on top of an img?
Try using the pseudo-elements :hover or the :active in the header, Hover is activated when the mouse is positioned on top of the element and activates it when it is clicked. .header:hover{ /* lógica…