In the documentation of the Angular Material Design has a component called Grid List, which, I imagine, is the design part of the layout, but it only has two very simple examples and I could not understand its usage, so ...
I'm right, is t...
Hello, I am developing a website and I need to fix this piece so that it stays that way in the mobile ButifImakeachangetogetgoodatlowresolutions,itendsupspoilingthelargerversions.Hereisthecodeforthispiece:<divclass="row">
<div class...
Good afternoon everyone, I'm working with columns and I came across a problem that's been hitting me for a long time, as you can see in this example link , I need the "Box 3" and also the "Box 5" are not down there, I want the elements on the l...
I was thinking about Grid-CSS , I read in some sites about frameworks that exist for him, and that in general are very bad, because they limit the capacity of the technology, so I thought, framework , where javascript...
I can not understand why the Customers label is larger than the Order label, with 2 being defined with the same size.
<div id="accordion-opcoes">
<div class="panel box">
<div class="box-header with-border">
<h4 class="b...
Hello, everyone.
I'm starting with front-end web programming and I have a question regarding Bootstrap 4, and its grid system. Basically how to centralize input and p within Grid.
I have the following code:
<div clas...
I'm displaying the result of a query in panels, only they are getting misaligned, I want it to show how it is in the image below only 1 underneath the other, in the way that it is generating a pyramid effect, follows code and image example:
&...
I'm currently working with wordpress and came up with the following question ...
My current loop is like this ... (8 Items)
COL-MD-6 COL-MD-6
-------------------------- --------------------------...
I have a problem creating a table with dynamic columns. I add the columns in loop in this way:
for (int i = 0; i < attrIds.Count; i++)
{
resource_attr attr = resourceAttrRepository.Find(attrIds[i]);
int lo...
Hello, I'm making a kind of simcity and had the problem that when I draw I could draw the road over again. So I solved this by creating a Boolean Array when drawing that area of the grid gets true and can no longer draw on it. But the problem th...