Posts by Christian ALVES • 53 points
5 posts
-
-1
votes1
answer264
viewsQ: Passing props between components
Good morning, in a scenario with 3 components, being Casecard, Casepage and Portfolio, where Casecard is a card that I declare within Portfolio with the image, title and description that I want, and…
-
0
votes2
answers1548
viewsQ: Remove standard container space
I’m performing a style modification within my #div1, but she is inside a container, so the stylization doesn’t take the whole field, it’s as if the div did not occupy the whole field, there are left…
-
0
votes2
answers179
viewsQ: Javascript function for color exchange
I am developing a function for color customization of a template for people to have the freedom to customize the way they want. I created a JS function for this, it worked perfectly when it was just…
-
2
votes1
answer273
viewsQ: Trigger function only when form data is all filled
I created a radio form, which when filling the alternatives, when clicking on the Ubmit button, it sends the form data via AJAX to the PHP page applying the logic of how many questions were hit. The…
-
3
votes3
answers93
viewsQ: Alignment of photons
I’m trying to align my form this way: But I can’t get the inputs Yes and No to line up on the right. I tried to use bootstrap and split it into cols but unsuccessfully as well. Follows html and css…