Home

CSS Grid Quotes

There are 60 quotes

"Flexbox and grid are two ways to organize your layout."
"CSS grid introduces new units and functions that allow us to cede control of the grid to the browser."
"Docs main grid - grid template columns: 1fr, 2fr"
"Understanding how using flex and how using grid impacts the relationship of what's actually going on."
"Every web developer should learn CSS Grid, at least if you're working in the front end."
"CSS Grid is more powerful for sophisticated website layouts."
"Grid is two-dimensional, more powerful than Flexbox."
"Have some foundational knowledge in CSS grid."
"The grid template area is being able to really lay things out exactly where you want them is awesome." - Kevin
"Grid can do things that flexbox can't...start using it in very simple ways...easier to use and learn."
"Simplify grid, examine layout with two approaches...see which one speaks to you a little bit more."
"Gap makes a lot of sense...always recommend gap...less and less for little spacing things."
"Set a gap, set up columns...then worry about more complexity as needed."
"Overlapping content with grid is wonderful...you have to work at it a little bit to get things to overlap."
"Simplify things as much as possible and then when you need to get very specific, then add that specificness to your grid."
"Creating dynamic layouts with CSS Grid is just so easy."
"Grid is essentially flexbox but for two dimensions."
"It's incredibly powerful but difficult to wrap your head around."
"CSS grid is absolutely beautiful, we can just say display grid and then we can say Gap one ram."
"I think grid definitely has some advantages. So now this is very easy. It's four columns on desktop, we got two columns on tablet, and we got one column on mobile. Nice."
"By the end of this video, she would have a really good understanding of how to layout websites using the grid."
"CSS grid is like absolute positioning meets flexbox."
"The CSS grid is really well supported."
"Explicit grid is the layout you explicitly call in your own CSS."
"Grid tracks are essentially the rows and columns themselves inside of a grid."
"Grid lets us play with both rows and columns, making it a game-changer."
"It's really incredible. You can skip having container divs and other things that, for me, it's been a game-changer."
"Grid allows us to work in two dimensions, solving even more issues than flexbox does."
"This is looking great, it should, if we go into any kind of mobile view, yeah, we get a nice little responsive feature thanks to that CSS grid line that we had there."
"We're going to be looking at this page... and seeing how we can make this type of layout using subgrid."
"CSS Grid's been around for a few years now and it was basically a game changer when it came to making layouts quickly and easily."
"We can use fraction units, which is a unit that's specifically used with CSS grids."
"That's where the real magic of grid comes in."
"Using the CSS grid we can create various different grid combinations and position child elements wherever we want them."
"CSS grid is an absolute game changer."
"If you're using grids in your layouts and you need gutters and you need to change these things responsibly, CSS grid is an absolute game changer."
"CSS grid is the most powerful layout system in CSS today."
"In CSS grid, we can put our boxes in any position we want, we can actually move them around individually."
"This holy grail layout can be written in CSS Grid using just a few lines of code."
"With CSS Grid, it makes it super easy to use autofit columns and this min-width value to make your gallery responsive without a whole lot of work."
"You use the grid to control the basic, the main layout, and then you can use flexbox to do a lot of other cool things."
"Hopefully now you have a pretty solid grasp of the different ways that you can structure your layouts using implicit and explicit CSS grid methods."
"This is one of my favorite uses of CSS grid."
"The CSS grid is a great way to layout things like thumbnails."
"We're going to use grid for the layout of this application."
"One of the coolest features of grid is the ability to overlap elements."
"Grid is 19 kinds of awesome; you want it in your life."
"We're going to use CSS grid to lay this out."
"CSS Grid layouts are going to soon ship in Firefox and Chrome and IE and Safari as well."
"We're going to look at three separate layouts and build them both with Flexbox as well as Grid."