About Lesson
CSS Overflow Property
Overflow property की मदद से content (Text या image) को manage कर सकते है। जब भी कोई content हमारे box से बाहर निकल आता है तब Overflow Property का इस्तेमाल होता है। Overflow को हम कई प्रकार से Solve कर सकते है इसके लिये अलग अलग value का use किया जाता है। जो इस प्रकार से है
-
Visible
-
Hidden
-
Scroll
-
Auto
-
Overflow-x
-
Overflow-y
CSS Overflow Property
With the help of overflow property you can manage the content (text or image). Whenever any content goes out of our box then the Overflow Property is used. We can solve overflow in many ways, for this different values are used. which is like this
-
Visible
-
Hidden
-
Scroll
-
Auto
-
Overflow-x
-
Overflow-y