Skip to content

Commit ac279b2

Browse files
committed
Update README.md
1 parent e59f8e7 commit ac279b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ CSS Grid Layout excels at dividing a page into major regions or defining the rel
823823
<b><a href="#">↥ back to top</a></b>
824824
</div>
825825

826-
## Q. What is CSS flexbox? Write all the properties of the flexbox?
826+
## Q. What is CSS flexbox?
827827

828828
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.
829829

@@ -844,6 +844,12 @@ An area of a document laid out using flexbox is called a **flex container**. To
844844
<img src="assets/images/flex-terminology.png" alt="Flexbox Terminology" width="500px;" />
845845
</p>
846846

847+
<div align="right">
848+
<b><a href="#">↥ back to top</a></b>
849+
</div>
850+
851+
## Q. Write all the properties of the flexbox?
852+
847853
**The CSS Flexbox Container Properties:**
848854

849855
|Property |Values |

0 commit comments

Comments
 (0)