Posts by Matheus Hirota • 46 points
2 posts
-
1
votes1
answer520
viewsA: How to avoid scrolling in picture?
Man, do it like this: No . backgroundCell leave so: .backgroundCell{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-flow: row; } And automatically it…
-
2
votes2
answers212
viewsA: Problems with responsive design - item placement
Whoa, that’s all right? In my projects I use FLEX a lot I’ll put it like it would for your basically! You should always use FLEX in the container that is grouping the items you want to align! Would…