Questions tagged as 'layout-responsivo'

1
answer

In CSS what are Implicit or Explicit attributes or attributes? What is the difference between an "Implicit Grid" and an "Explicit Grid"?

I've listened to CSS Grid Layout Grid Layout is built from display:grid , and I've been hearing the term "Implicit Grid" and "Grid Explicit" recurrently, but I did not understand it concept ... What would an Grid Explicit...
asked by 26.11.2018 / 13:26
2
answers

Aligning images responsively with bootstrap

I'm using the bootstrap and my goal is to make fluid boxes that are grouped in lines of 4. When I change the size of the screen I want the boxes to decrease (I did) but when I reach a certain point, I want them to align of 2 in 2 and finally one...
asked by 16.09.2015 / 19:29
2
answers

Images in divs

I have a question about divs with imagens inside, in this case, the question is: If I have a div , with 400x400 , how do I make an image with 200x400 (or other resolution) occupy the total size of div ,...
asked by 10.01.2017 / 15:04
1
answer

Angled responsive design 2+

Is it possible through angle 2+ to achieve the size and width of the browser and from that, send that data to the css so that it is responsive? Is there any other way to leave responsive without half queries? I know there is the following dec...
asked by 25.06.2018 / 14:00
1
answer

how to work with different dimension in android studio?

I would like to tailor my application created for each mobile phone model. As I some it gets with the smaller text on the screen and in others bigger, I would like to create a method where it suits the model of the mobile that the person is .. t...
asked by 02.05.2016 / 13:26
1
answer

How to make a column layout responsive with js?

I need to create a responsive masonry layout with pure js. I've tried it in many ways, but most columns are not responsive, and CSS arranges the numbering from top to bottom. Responsivenesswouldbe:Onmobile:haveacolumnhorizontally.Ontablets:h...
asked by 06.01.2017 / 19:15
3
answers

Pivot table with row and column addition

Is it possible to create a table with the addition of rows and columns? According to the image, the situation is: - Start a table with 3 columns and a row; - Considering that the first line and the first column would have to be editable (being p...
asked by 14.06.2017 / 22:38
1
answer

Align navigation menu in the center

I'm trying to align the "drop" menu in the center. Help? HTML: <main id="conteudo"> <section id="produto" class="box"> <nav id="drop"> <ul> <li><a href="">Linha Au...
asked by 18.11.2015 / 21:03
1
answer

Distribution problem for COLUMNS in CSS3

I'm following the tutorial on w3school , it's inserting the items, one below the other and not on the (inline) side! According to my code should stay side by side: CSS * { box-sizing: border-box; } .grid-container { display:...
asked by 09.07.2018 / 22:18
2
answers

Several Divs with the same responsive Height

I have four five divs, one of which is a container for the other four. Structure: <div id="divPai" style="width:100%"> <div id="divInfUser" style="width:25%; height: 30%; background-color: #DCAE4C; float: left; display: inline-blo...
asked by 22.10.2014 / 16:01