Most voted "flexbox" questions
Flex-box or flexible box layout is a Web CSS3 layout model that allows responsive elements inside a container to be organized automatically, depending on the screen size.
Learn more…108 questions
Sort by count of
-
-1
votes1
answer27
viewsI cannot perform my dropdown menu
In this situation I cannot position the elements <li> below computer responsibly. I am in the mood to create a dropdown menu but have no idea how to position the <li's> below my computer…
-
-2
votes1
answer36
viewsMy firefox does not render my Gina correctly
I always use Rome to do my tests on the pages I’m developing there in Rome everything is ok... But when I render the same page in firefox, the letters are slightly flattened and the measures and…
-
-2
votes2
answers164
viewsWhat is the difference between centering with "align-items: center" or "margin"?
I saw that it is possible to centralize a div or img with display:flex, align-items: center or with the margin. What is the difference between these two to centralize?…
-
-2
votes2
answers118
viewsLeave left and right side with height 100% independent of the content size
.box { display: flex; height: 200px; max-height: 50%; margin: 10%; background-color: aqua; overflow:…
-
-2
votes1
answer39
viewsWhy is my - flex display not working?
the HTML code is this- I wanted to put a flex display only in "forms2" for the inputs to be in Row. What should I do? <div class="forms1"> <div…
-
-2
votes2
answers52
viewsTrying to place the images next to each other with the display; flex
<section class="flex"> <div><img src="fotocurriculum/moletom.jpg" alt="moletom"> Moletom Branco</div> <div><img src="fotocurriculum/moletom.jpg" alt="moletom">…
-
-2
votes1
answer45
views -
-3
votes2
answers382
viewsFlexbox, can I use without fear in 2017?
Gentlemen, I found a page with a system of grids like bootstrap, more in flexbox, does anyone here use flexbox currently in their projects? is working? or still need many prefixes? Flexbox grid…