Questions tagged as 'css-grid-layout'

1
answer

How to get in a row your items have different heights

Can this result be achieved using the Layout Grid? I want your items in a row to have different heights. .contenedor { height: 100vh; width: 100vw; background-color: rgb(192,192,192); margin: 10px; border: 1px solid bla...
asked by 29.03.2018 / 17:25
1
answer

CSS3: Locate H3 and the paragraph within a GRID

I need to locate the text that is framed in yellow, inside the photo, that is container-2. Even though I put: .container-2 h3{ grid-column: 2 / 3; grid-row: 2; }    The h3 nor the paragraph move from place to inside the...
asked by 02.01.2018 / 14:24
1
answer

how do I adjust my html in IE if in chrome it looks good

I can not get the buttons to fit exactly below the last table and in IE they change they become loose     
asked by 22.05.2018 / 22:58