Questions tagged as 'css-grid-layout'

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
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

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

Columns with different vertical separations

As I now have the code with grid-column-gap: 3%; , I have a separation between each column of 3% and that's fine, but I want between block 2 and block 3 there's only 1% separation. I've tried putting grid-column-gap: 3% 1% 3%; bu...
asked by 15.02.2018 / 10:48
2
answers

Display tables on a grid

How about friends I have a restaurant system that I currently have working but I want to improve it in the aspect of placing the tables in a graphical way and not in the form of a list, since I currently display the tables in a list by means of...
asked by 23.10.2018 / 18:49
2
answers

Problem with grid-gap and fr

I'm in a somewhat silly problem, I have two section grid , which the first one has 4 div with the property grid-template-columns: 1fr 1fr 1fr 1fr; and the second section have 3 div with the property gr...
asked by 16.10.2018 / 09:27
1
answer

white-space does not work with CSS GRID

I'm currently testing CSS GRID and I'm working with the FR fraction units, but I get an error. At first nothing happened, because I was using percentage units and I did not generate any errors, what happens here is that being a percentage uni...
asked by 29.01.2018 / 02:51
3
answers

Problem with the background in 2 columns, css grid

I want to create two full width columns as you can see in the image with css grid. I have managed to do it, the detail is that I put a width to the box of the son and I try to align it to the center and I get spoiled. You can see the code her...
asked by 29.03.2018 / 23:45
2
answers

How to position block number 3 below block number 1?

I am building or designing a website, I am using CSS Grid (I am learning it) and it occurred to me to do it in this way the site. I am practicing it. I have a problem and I do not know how to position block number 3 (right) under block number...
asked by 23.08.2018 / 23:25
0
answers

self-adjusting gridview or grid layout?

I try to create a grid in which the columns are self-adjusting to the content, I've tried in design and in java but nothing, I've also tried with a gridlayout, with a list by column but they scroll independently each one.     
asked by 17.04.2018 / 09:47