Questions tagged as 'flexbox'

2
answers

Frame widths with Flexbox in IE11

I'm with a simple code, starting to use flexbox. It works perfect in Firefox, Safari, Chrome, Edge, Opera, but not in IE11. They are flexible frames with images and text within a defined area. In my code I only use display: -webkit-flex; d...
asked by 09.11.2017 / 23:59
1
answer

Error designing with flexbox

This is my code: .filadisco1 { display: flex; display: -webkit-flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content:space-around; } .discox { width: 250px; height: 420px; margin-bottom: 15p...
asked by 02.10.2016 / 09:14
0
answers

Make an index like TWITTER

I want to create an almost identical index, I'm using bootstrap to do it, I run into the beginning of the site, since I can not place the two Divs that contain text and form, occupy 50% of the site with width but when I want that occupy 100% of...
asked by 30.03.2018 / 10:31
1
answer

undefined method 'grid' for ## Class: 0x007f89aefb1370: 0x007f89b035c078 [closed]

ERROR: undefined method grid 'for # < #: 0x007f89b035c078 >' home.haml .full-height.row.middle-xs.white-text.center-xs.main-background.no-margin{style: "background-color:red;"} =grid xs:10,sm:8,md:6,lg:4 do .big-padding.b...
asked by 10.08.2017 / 17:51
1
answer

CSS Flexbox does not work in Safari

It works perfect in Chrome, Firefox and Explorer, but in Safari (5.1.7) it does not. Attached screenshots. The images 1 and 2 is as it should be (as seen in Chrome, Firefox and Explorer.) The image 3 is as seen in SAFARI . The "sec...
asked by 26.06.2017 / 11:56
2
answers

Place inputs vertically using flexbox

Good I created a small contact form and I do not understand why the inputs not are placed by columns. To try that I use flexbox , specifically to the container of inputs with identifier id="Fila3Formulario" , I dec...
asked by 28.01.2018 / 14:03
2
answers

Center div always to the center vertically

Good, I'm trying to center a div vertically and horizontally. Horizontally I have no problem, I use FlexBox and it always remains at the center, but vertically it gets complicated and I do not get it. body { display: flex; flex-flow: r...
asked by 05.06.2017 / 15:12
1
answer

the flexbox rules in css3 do not work correctly

I understand that flexbox is a layout model that allows flexible and responsive content, I've seen a video on YouTube where it shows how to make a perfect grid, I followed all the steps of the video but it does not give me the same result, I do...
asked by 15.04.2017 / 02:03
2
answers

To put elements to ends with Flexbox?

I have 2 children in a container that uses flexbox, I want to have them both placed at each end (left-right) of their container, but I can not do it. The code that I have is the following: HTML <!DOCTYPE html> <html lang="es">...
asked by 23.07.2017 / 19:30
0
answers

Problem with my Flexbox layout

I have a problem wanting to do a responsive web using flexbox. I have a content with 4 figures and their figcaption, in the PC view I want to be distributed 2 up and 2 down, I'm using flexbox but I do not understand where I'm wrong. When I want...
asked by 07.12.2018 / 06:57