সিএসএস ওভারফ্লো-এক্স আপনাকে বিষয়বস্তুর বাম ডান প্রান্তগুলির সাথে কী করতে হবে তা সিদ্ধান্ত নিতে দেয়৷
উদাহরণ
ওভারফ্লো-এক্স প্রপার্টি
বাস্তবায়ন করতে আপনি নিম্নলিখিত কোড চালানোর চেষ্টা করতে পারেন<!DOCTYPE html> <html> <head> <style> div { background-color: orange; width: 250px; height: 45px; border: 2px solid blue; overflow-x: hidden; overflow-y: scroll; } </style> </head> <body> <h1>Heading</h1> <div>Overflow property used here. This is a demo text to show the working of CSS overflow-x and overflow-y.</div> </body> </html>
আউটপুট