#codingcollege#textoverflow#css#CSS3#textoverflow#overflow#css
Facebook Page: / codingcollege1
______________________________
Instragram Page: / basicprograming
______________________________
If you want to learn complete HTML5 Course then follow the link:- • HTML 5 Full Course For Beginners.
____________________________
If you want to learn complete CSS 3 Course then follow the link:-
• CSS 3 Introduction For Beginners in Urdu/H...
___________________________
The overflow property specifies whether to clip the content or to add scrollbars when the content of an element is too big to fit in the specified area. The overflow property has the following values: scroll - The overflow is clipped, and a scrollbar is added to see the rest of the content.
#codingcollege
#textoverflow
#css3
#css
#textoverflowincss
#overflowellipsis
For vertical scrollable bar use the x and y axis. Set the overflow-x:hidden; and overflow-y:auto; that will automatically hide the horizontal scroll bar and present only vertical scrollbar. Here the scroll div will be vertically scrollable.
#codingcollege