Posts by RayanneRamos • 21 points
4 posts
-
0
votes2
answers51
viewsA: Align Divs, with or without Bootstrap
Directly in html I can not think of any solution but by css we can do just use Nth-Child. .div-principal { display: flex; justify-content: center; &:nth-child(7) { justify-content: left; }…
-
1
votes1
answer191
viewsQ: Validation of Javascript Payment
Good afternoon! I am developing an online payment page for a travel agency project and would like to put a validation to see if the person has put the right information. But I did javascript and the…
-
1
votes0
answers87
viewsQ: Sorting Methods in C
I need to do a work with three modes of ordering in C and I chose a parking system with only the model and the make of the car but I am locked when creating the ordination. I want to take the…
casked RayanneRamos 21 -
0
votes1
answer58
viewsQ: Modal feedback on registration screen
Good night! I have a question about my college work regarding modal feedback. I’ve done all the code both in html and javascript (I put Alert to see if it was working right), but I would like to…