Posts by Nelson Marques • 1 point
2 posts
-
0
votes1
answer38
viewsQ: How do break the children aligned with flexbox?
How do I get kids 4 5 6 below 1 2 3 when the site is in tablet mode ? <!DOCTYPE html> <html lang="pt-br"> <head> <title>flexbox</title> <meta charset="utf-8">…
-
0
votes2
answers59
viewsQ: How to create a height div with a prescribed value that decreases when redirecting the screen
I’m having difficulty creating a div in which the width is 580px with the 767px media query, when I decrease the screen the div remains fixed at the same height value. How do I get gif to follow…