Posts by Lucas Bruno • 51 points
2 posts
-
3
votes2
answers64
viewsA: About CSS flexbox: equal values for properties other than CSS
Both are intended to manipulate the content of an element that is display: flex;, this we shall call the parent element. The align-items is more usual, as it is independent of the number of lines…
-
2
votes1
answer451
viewsQ: View Firebase Child in Ionic
Hello! I have a project on Ionic that I need to display some promotions, however I need to "update" them after the app released. For this I’m using Firebase! I managed to display in the app what I…