Hello,
I’m trying to develop a fake sports betting app for myself and friends. I’d like to have two images, one next to the other, so that friends can click on the one they want to vote on and then bet.
1 - I can’t get two images next to each other. Let me show you
This is my DB with the match (opponent 1 vs opponent 2) I want the image of opponent 1 on the left and opponent 2 on the right.
Problem: the only thing I’ve found is a card container, but then it displays opponent 1 in the next match…
2 - When I want to set another match, I want a second container, in card, to appear with the two other teams. Problem: it doesn’t work. It appears in the first container
how many matches you want to display on a screen?
are you on a paid glide plan?
the best way to do it is using custom css.
it can also be done using html
This should be the right way to do it. As long as you have the two teams’ logos and names, and columns to determine each team’s votes, you should be able to set up actions to increment those columns, if I understand you right.