Questions tagged as 'flexbox'

3
answers

Problem with Css FlexBox the content does not cover 100%

Good afternoon I hope you can help me. I'm doing a simple layout with Flexbox but I can not get the "content" to cover 100% of the available space, the structure is simple: Menu Content Pie It is important to emphasize that the "Menu"...
asked by 09.02.2017 / 19:26
1
answer

Set tall with grid-colum

With grid-colum you can, for example, make a grid different from the rest, for example occupying a single row: grid-column: 1 / -1 But it will keep the same height as the rest of the grid's. How can I customize its height? if I put hei...
asked by 12.02.2018 / 12:03
2
answers

Enlarge 100% box using display: flex

I am using the property display:flex but having this structure: <div class="cajaFlexible"> <div class="cajaHija"></div> <div class="cajaHija"></div> </div> And with this css: .cajaFlexible{displa...
asked by 20.07.2017 / 11:10
3
answers

Flex boxes at 50% of the screen

Using divs with display:flex I would like the two elements that are going to have to occupy 50% of the screen respectively, but I do not get it by modifying the property flex-grow . I have tried to play a bit with the values of that...
asked by 20.02.2017 / 10:21
1
answer

Theory of the grid system css

I am watching a video about the grid system in css, but a doubt arises, at the level of theory. In these moments, the system of grids, for example the one of Foundation ¿is used to use it with Css grid and flexbox or it is no longer necessary wi...
asked by 01.01.2018 / 20:47
1
answer

How to center div vertically with flexbox

I want to center the <div="container"> vertically with flexbox, I'm learning it but I can not focus, I'm using the justify-content: center to adjust it to the center (horizontally) and align-items:center (To adjust the...
asked by 17.06.2018 / 07:08
1
answer

I can not center a canvas

I can not center a canvas with respect to the parent div, instead the link is centered. for(var cont=1; cont<=14; cont++) { cajaconestilo(cont) } function cajaconestilo(cont) { var con = cont; var caja = document.getEleme...
asked by 22.03.2018 / 23:57
1
answer

Can you change the contents of one container to another?

I would like to know if I can change the content from one container to another when the page becomes responsive. I want the following example to put the content of the aside in the middle of article two and three <div class="contenedor">...
asked by 23.03.2018 / 00:04
1
answer

Place the elements using flex

I want to place the following registration form with this aspect. For this I was going to do it with display: flex; As I understand it serves to describe how to order the containers . Therefore I have made a general container, "...
asked by 13.09.2018 / 14:22
1
answer

Align items using flexbox

Greetings to the whole community, I'm entering the world of boostrap, I need help to align 6 items by flexbox so that they are like a staircase, then I show a photo of the items ! Items to order 1 This I already did with only 3 items th...
asked by 26.04.2018 / 22:41