You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -823,7 +823,7 @@ CSS Grid Layout excels at dividing a page into major regions or defining the rel
823
823
<b><a href="#">↥ back to top</a></b>
824
824
</div>
825
825
826
-
## Q. What is CSS flexbox? Write all the properties of the flexbox?
826
+
## Q. What is CSS flexbox?
827
827
828
828
The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning. Flexbox makes it simple to align items vertically and horizontally using rows and columns. Items will "flex" to different sizes to fill the space.
829
829
@@ -844,6 +844,12 @@ An area of a document laid out using flexbox is called a **flex container**. To
0 commit comments