Posts by Lucas Palhano • 1 point
3 posts
-
-2
votes3
answers54
viewsA: Website with centralized content but out of conjunction with the background
If your goal is to centralize a div just add in the CSS the "margin" property with the "auto" value, this way: margin: auto; If the goal is to fix the content in a specific position in such a way…
-
0
votes1
answer122
viewsQ: How to transfer data from one function to another?
The initial idea of my personal project was to develop a basic system to carry out the payment division between n customers who consumed n products, in order to train my skills. For this, the…
-
0
votes1
answer31
viewsQ: How to create a functional post history?
So I was trying to create a rudimentary system of "posts" with a history where they would all be stored, but I realized that there was a problem that I couldn’t solve, which was the fact that the…