Posts by Rubens Dos Santos • 13 points
2 posts
-
0
votes2
answers969
viewsA: How to position one element in relation to another easily?
Try to create a div where it will contain both the image you want and another div with the price. Once this is done try to put 'display: block' on the image and on the div of the price, this will…
-
1
votes1
answer103
viewsQ: Check records for the same month
I’m having trouble searching the sqlite3 database, records for a specific month, I searched the internet but I couldn’t find anything that could help me. I have an Account template that has…