Posts by Felipe Moreira • 85 points
4 posts
-
0
votes0
answers99
viewsQ: Problem with responsive website when opening on a mobile phone
Hi, I created a website with 2 Paralax effects to practice this feature via bootstrap. As it is a front end site only, I would like to test it by cell phone even (no functions change platform size…
-
3
votes1
answer1651
viewsQ: Store positives in one vector and negatives in another
Make an algorithm that reads a set of 30 integer numerical values and distributes them between two vectors, separating the positive numbers from the negative ones. Vectors must have 30 positions…
-
4
votes1
answer204
viewsQ: Suggested script for creating an HTML tree?
Hello, I would like to know if there is a program of some kind that allows me to quickly create an html tree, as in the example: I would like to add along with the tags on the chart, the class name…
-
1
votes2
answers242
viewsQ: How can I create an event where I click on a div that contains details of a product and after that this product opens on the same page?
What I want to do: a section on my site where you have a div with title, an image and a text q represents something, for example a drum (musical instrument). And that when I click on this div to…