Well, I'm trying to create a gallery, in the template below, however, I need to use display:flex , how can I accomplish this?
I thought about using float, but I remembered that the flex display ignores any float: /
I have DBGrid , but I want it to validate the fields before saving to the database.
I think I have to use the BeforePost event, but I have no idea how to do it. Could someone give me a tip?
I'm using the bootstrap for your fluid grid, I've used row-fluid out of container-fluid to run out of bounds. In the desktop resolution the footer is normal with the width 100%, but when it decreases the resolution it gains the mar...
Hello, I'm starting now with the bootstrap and it's my first contact with responsive layout. I'm trying to create something like this:
But I can not leave everything in place I can not do anything. Can anyone help me?
We first had Flexbox as a new solution for building responsive layouts. More precisely on the grids part. Now comes the CSS Grid . My question is: What's the difference between the two? When should I use 1 instead of the other? For building g...
I'm trying to create a gallery that I think is simple, but it's giving me a lot of work and I can not do it. I would like to know how I can do it and if you have any tips or useful information about it.
Gallery template to be created;...
I would like to know if there is any possibility of using CSSGrid with FlexBox.
display:grid;
display:flex;
I'm talking about using both in the same project, if not, which one would you recommend me to use?
You can give an example of how to...
Hi, I have some questions about formatting columns in a gridview, I have a gridview that populated by data coming from a table in the database, the columns and row are automatically generated, I have a method that performs the query in the gridvi...
Flexbox , Grid-template , or flexbox . p>
I have this doubt because when you see the websites that used Bootstrap the code stays in class
<div class="row">
<div class="col col-md-4"></div>
<div class="col col-md-...
I've been taking a look at the flex properties, and have I realized that they do the same thing as the grid or am I wrong? If so, what is the difference between them? When should I use one or the other?