Have you used Flexbox & CSS Grid before? What are the differences between them?
Answer Posted / hrpynux@gmail.com
Grid and flexbox. The basic difference between CSS Grid Layout and CSS Flexbox Layout is that flexbox was designed for layout in one dimension - either a row or a column. Grid was designed for two-dimensional layout - rows, and columns at the same time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different parts of a css style rule?
How to select all paragraph elements with a lang attribute?
What is the css3 hsl() function?
How big should margins be?
What is a preprocessor what are the advantage of preprocessor?
What is div id in html?
Can a div have multiple classes?
What does the "cascading" in "cascading style sheets" mean?
What is grid template rows?
How do I change the text on a website?
How do I quote font names in quoted values of the style attribute?
What is the cubic-bezier() function?
How do you use span?
What is the use of a pseudo class? Explain with the help of an example?
What does font weight mean in css?