Posts by José Victor Silva • 53 points
5 posts
-
0
votes1
answer85
viewsQ: Dynamic Char Allocation with pointers
I am a beginner in C and I have a question that I am not able to solve the way I would like and I wanted to know why this. Contextualizing, I have to make a run that changes the positions in an…
casked José Victor Silva 53 -
-1
votes1
answer328
viewsQ: How to lock the background screen and allow only Scrooll in the menu
I have a problem here, I created a menu that has scrolling, but when I have to scroll, I need the background screen to be locked and just scroll as the menu... Here are the photos: The code is as…
-
2
votes1
answer122
viewsQ: Synchronization of 2 html/css animations
I need to make my burger menu that has an animation totally made by html and css is synchronized, IE, when I press on it both animations will happen... The code I’m using is this HTML <nav>…
-
0
votes3
answers1539
viewsQ: Align these images and HTML and CSS text in the "correct" way
I have to do my TCC and on one of the pages I have to align an image, an icon and a title one over the other (photo), I can do this but with many codes I think unnecessary for something simple…
-
2
votes3
answers888
viewsQ: How to make an image with link appear a text
I need to make a code so that a button (which is an image) when I move the mouse the image will go up and a text descend (name of the image icon), already tried to leave the button with opacity(0)…